We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f1f77 commit 85a6ae3Copy full SHA for 85a6ae3
react-native-scripts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-scripts",
3
- "version": "0.0.18",
+ "version": "0.0.20",
4
"description": "Configuration and scripts for Create React Native App.",
5
"license": "BSD-3-Clause",
6
"keywords": [
@@ -32,7 +32,7 @@
32
"match-require": "^2.0.0",
33
"path-exists": "^3.0.0",
34
"qrcode-terminal": "^0.11.0",
35
- "xdl": "^34.0.0"
+ "xdl": "^36.0.0"
36
},
37
"devDependencies": {
38
"babel-plugin-add-module-exports": "^0.2.1",
react-native-scripts/template/app.json
@@ -1,10 +1,5 @@
"expo": {
- "sdkVersion": "14.0.0",
- "packagerOpts": {
- "assetExts": [
- "ttf"
7
- ]
8
- }
+ "sdkVersion": "14.0.0"
9
}
10
0 commit comments