Skip to content

Commit

Permalink
updated build config
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-mu-cs committed Apr 22, 2018
1 parent c8fc1c7 commit e249cb4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea
android/
ios/
26 changes: 24 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
{
"expo": {
"sdkVersion": "25.0.0"
"name": "PicFood",
"icon": "./assets/cheese.png",
"version": "1.0.0",
"slug": "pic-food",
"sdkVersion": "25.0.0",
"ios": {
"bundleIdentifier": "com.pic-food.picfood",
"publishBundlePath": "ios/picfood/Supporting/shell-app.bundle",
"publishManifestPath": "ios/picfood/Supporting/shell-app-manifest.json"
},
"android": {
"package": "com.pic-food.picfood",
"publishBundlePath": "android/app/src/main/assets/shell-app.bundle",
"publishManifestPath": "android/app/src/main/assets/shell-app-manifest.json"
},
"ignoreNodeModulesValidation": true,
"isDetached": true,
"detach": {
"scheme": "expb340cf2726d2458aa4283852c34b87da",
"iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.3.3-sdk25.0.0-e7a4361a-631d-4caf-9692-1880d71c394a.tar.gz",
"androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.3.0-sdk25.0.0-0c32461b-a7c6-4ddc-b85b-32a80c4f18d9.tar.gz"
},
"scheme": "expb340cf2726d2458aa4283852c34b87da"
}
}
}
Binary file added assets/cheese.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"expo": "^25.0.0",
"native-base": "^2.3.9",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-easy-grid": "^0.1.17",
"react-native-image-resizer": "^1.0.0",
"react-native-image-zoom-viewer": "^2.1.3",
Expand Down

0 comments on commit e249cb4

Please sign in to comment.