-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Description
Environment
Environment:
OS: Linux 4.15
Node: 8.10.0
Yarn: Not Found
npm: 3.5.2
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: ^16.0.0 => 16.5.0
react-native: ^0.51.0 => 0.51.1
Description
I'm working on a react-native project, and I've run into an error. I can install the app on my phone using react-native run-android, it installs the app on my phone and launches it. The problem is that the app is not visible on the home screen or app menu, so if I close the app, I have to re-download the app again from CLI. According to settings the app is installed and is taking up memory, but it's not present on the home screen or the app menu.
I have tried to create APK's as well and download them on my phone, but I have the same problem. The app is downloaded and installed, but the open button is grayed out, and there's still no sign on the app on neither the home screen or the app menu.

