diff --git a/.gitignore b/.gitignore index 9b5162a..11ade95 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* .idea +android/ +ios/ \ No newline at end of file diff --git a/app.json b/app.json index 0811be3..a66e129 100644 --- a/app.json +++ b/app.json @@ -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" } -} +} \ No newline at end of file diff --git a/assets/cheese.png b/assets/cheese.png new file mode 100644 index 0000000..a997758 Binary files /dev/null and b/assets/cheese.png differ diff --git a/package.json b/package.json index 764353e..fd79330 100644 --- a/package.json +++ b/package.json @@ -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",