12345678910111213141516171819202122232425262728 |
- {
- "expo": {
- "name": "ReduxExample",
- "description": "Try out react-navigation with this awesome Redux example",
- "version": "1.0.0",
- "slug": "ReduxExample",
- "privacy": "public",
- "orientation": "portrait",
- "primaryColor": "#cccccc",
- "icon": "./assets/icon.png",
- "loading": {
- "icon": "./assets/loading.png",
- "hideExponentText": false
- },
- "sdkVersion": "27.0.0",
- "entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
- "packagerOpts": {
- "assetExts": ["ttf", "mp4"]
- },
- "ios": {
- "bundleIdentifier": "com.skylinuav.oms",
- "supportsTablet": true
- },
- "android": {
- "package": "com.skylinuav.oms"
- }
- }
- }
|