Update example app.json

This commit is contained in:
Brent Vatne
2018-06-22 12:50:35 -07:00
parent 4080732390
commit a2dc2e6274

View File

@@ -13,14 +13,15 @@
},
"sdkVersion": "27.0.0",
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"packagerOpts": {
"assetExts": [
"ttf",
"mp4"
]
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.reactnavigation.example",
"supportsTablet": true
},
"android": {
"package": "com.reactnavigation.example"
}
}
}