Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan01 committed Apr 13, 2020
1 parent 20d21b9 commit 4cc77e2
Show file tree
Hide file tree
Showing 8 changed files with 5,892 additions and 5,016 deletions.
5 changes: 2 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "FoodConverter",
"slug": "FoodConverter",
"privacy": "public",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android"
Expand All @@ -24,9 +23,9 @@
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.yourcompany.yourappname"
"bundleIdentifier": "com.mar.food-converter"
},
"description": "Take a picture of a food item and get instant feedback on the types/amount of workouts you will need to do to burn the calories generated from that food.",
"githubUrl": "https://github.com/Marwan01/FoodConverter"
}
}
}
Binary file not shown.
File renamed without changes
Binary file removed assets/images/loading.gif
Binary file not shown.
Binary file removed assets/images/splash.gif
Binary file not shown.
Binary file removed assets/images/splash.png
Binary file not shown.
10,893 changes: 5,885 additions & 5,008 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^10.0.5",
"@expo/vector-icons": "^10.0.0",
"axios": "^0.18.0",
"clarifai": "^2.9.0",
"expo": "^35.0.0",
"expo-font": "^5.0.1",
"expo-font": "~7.0.0",
"fastlane": "^0.1.0",
"link": "^0.1.5",
"native-base": "^2.12.0",
"pod": "^0.9.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-animatable": "^1.3.1",
"react-native-camera": "^1.12.0",
"react-native-elements": "^1.1.0",
Expand All @@ -36,8 +36,8 @@
"react-overlay-loading": "^1.0.3"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"jest-expo": "^33.0.0"
"babel-preset-expo": "^7.0.0",
"jest-expo": "^35.0.0"
},
"private": true
}

0 comments on commit 4cc77e2

Please sign in to comment.