Skip to content

Commit 85a6ae3

Browse files
committed
Update xdl and remove packagerOpts workaround.
Closes #48. Closes #53. Closes #69.
1 parent c0f1f77 commit 85a6ae3

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

react-native-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scripts",
3-
"version": "0.0.18",
3+
"version": "0.0.20",
44
"description": "Configuration and scripts for Create React Native App.",
55
"license": "BSD-3-Clause",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
"match-require": "^2.0.0",
3333
"path-exists": "^3.0.0",
3434
"qrcode-terminal": "^0.11.0",
35-
"xdl": "^34.0.0"
35+
"xdl": "^36.0.0"
3636
},
3737
"devDependencies": {
3838
"babel-plugin-add-module-exports": "^0.2.1",
+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"expo": {
3-
"sdkVersion": "14.0.0",
4-
"packagerOpts": {
5-
"assetExts": [
6-
"ttf"
7-
]
8-
}
3+
"sdkVersion": "14.0.0"
94
}
105
}

0 commit comments

Comments
 (0)