react-native-template-tfjs
react-native-template-tfjs copied to clipboard
App Crushes with Black screen after 100% installing
trafficstars
The app loads and install very well in my android device but at the time of installing (loading in port..) it doesnt start a view it suddenly Crush. Anything on this?
I haven't experienced that. Maybe if you can share some more details like an error message I can help
Unfortunately, the same thing happens to me @ninkambazi 😢
I just ran: npx react-native init MyApp --template react-native-template-tfjs
The automatically created package.json contained:
"dependencies": {
"@react-native-community/async-storage": "^1.8.0",
"@tensorflow/tfjs": "^1.5.2",
"@tensorflow/tfjs-react-native": "^0.2.3",
"expo-camera": "^8.0.0",
"expo-gl": "^8.0.0",
"expo-gl-cpp": "^8.0.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-fs": "^2.16.6",
"react-native-unimodules": "^0.7.0"
},