Skip to content

Commit

Permalink
remove old model
Browse files Browse the repository at this point in the history
update expo and dependencies
  • Loading branch information
npatta01 committed Mar 16, 2021
1 parent 42bf365 commit cdc1e1b
Show file tree
Hide file tree
Showing 10 changed files with 2,379 additions and 767 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ web-build/
# macOS
.DS_Store
.vscode
assets/model_tfjs/*
assets/model_tfjs/*

model_tfjs
5 changes: 2 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"sdkVersion": "38.0.0"
}
}
}
}
1 change: 0 additions & 1 deletion assets/model/classes.json

This file was deleted.

Binary file removed assets/model/group1-shard1of1.bin
Binary file not shown.
1 change: 0 additions & 1 deletion assets/model/model.json

This file was deleted.

1 change: 0 additions & 1 deletion assets/model_new/classes.json

This file was deleted.

Binary file removed assets/model_new/group1-shard1of1.bin
Binary file not shown.
1 change: 0 additions & 1 deletion assets/model_new/model.json

This file was deleted.

61 changes: 30 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,49 +12,48 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/async-storage": "^1.9.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.6.1",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow/tfjs": "^2.3.0",
"@tensorflow/tfjs-react-native": "^0.3.0",
"expo": "^38.0.9",
"expo-asset": "~8.1.7",
"expo-camera": "~8.3.1",
"expo-constants": "~9.1.1",
"expo-font": "~8.2.1",
"expo-gl": "~8.3.1",
"expo-image-manipulator": "~8.2.1",
"expo-image-picker": "~8.3.0",
"expo-linking": "^1.0.1",
"expo-permissions": "~9.0.1",
"expo-splash-screen": "~0.3.1",
"expo-status-bar": "^1.0.2",
"expo-web-browser": "~8.3.1",
"@tensorflow/tfjs-react-native": "^0.5.0",
"expo": "^40.0.0",
"expo-asset": "~8.2.1",
"expo-camera": "~9.1.0",
"expo-constants": "~9.3.3",
"expo-font": "~8.4.0",
"expo-gl": "~9.2.0",
"expo-image-manipulator": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-linking": "~2.0.1",
"expo-permissions": "~10.0.0",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
"expo-web-browser": "~8.6.0",
"jpeg-js": "^0.3.7",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-native-elements": "^2.3.1",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "~1.6.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-markdown-display": "^6.1.6",
"react-native-paper": "^4.0.1",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-unimodules": "^0.10.1",
"react-native-web": "~0.11.7"
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~16.9.23",
"@types/react-native": "~0.62.13",
"babel-preset-expo": "~8.1.0",
"jest-expo": "~38.0.0",
"typescript": "~3.9.5"
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"babel-preset-expo": "8.3.0",
"jest-expo": "^40.0.0",
"typescript": "~4.0.0"
},
"private": true
}
Loading

0 comments on commit cdc1e1b

Please sign in to comment.