react-native-template-tfjs icon indicating copy to clipboard operation
react-native-template-tfjs copied to clipboard

App Crushes with Black screen after 100% installing

Open ninkambazi opened this issue 5 years ago • 2 comments
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?

ninkambazi avatar Apr 02 '20 09:04 ninkambazi

I haven't experienced that. Maybe if you can share some more details like an error message I can help

Polarisation avatar Apr 03 '20 14:04 Polarisation

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"
  },

joaodos3v avatar Sep 22 '20 03:09 joaodos3v