-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create an app with React native latest version 0.60.5, welcome screen is not coming. #26353
Comments
It working on both emulator and physical device |
I have the same problem, please help us! |
I just had this issue as well. I closed everything down and ran everything in this order:
Then it worked as expected. Your mileage may vary. |
I am using Windows 10 OS and I also have the same issue. BUNDLE [android, dev] ./index.js ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100.0% (1/1), done. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
I am creating an app using react native CLI using USB mode (android device) but welcome screen is not coming white screen is appearing in my device screen.
React Native version:
OS: Linux 4.15 Ubuntu 18.04.2 LTS (Bionic Beaver)
CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
Memory: 7.69 GB / 15.56 GB
Shell: 5.4.2 - /usr/bin/zsh
Binaries:
Node: 8.10.0 - /usr/bin/node
npm: 6.9.0 - /usr/local/bin/npm
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.5 => 0.60.5
npmGlobalPackages:
create-react-native-app: 2.0.2
react-native-cli: 2.0.1
node - v8.10.0
Steps To Reproduce
sudo apt-get install android-tools-adb android-tools-fastboot
3.Start Android Debug Bridge (adb)-
sudo adb start-server
sudo adb kill-server
4.Install react native cli-
sudo npm install -g react-native-cli
5.Create project directory-
sudo react-native init
7.Run React Native application
cd
run -- sudo react-native run-android
sudo react-native start
8.Using remote javascript debugging console log -
1 - enable debug JS remotely from developer tools
http://localhost:8081/debugger-ui/
**When i reload the app screen then the white screen is appearing. even Loading dependency graph, done.
BUNDLE [android, dev] ./index.js ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100.0% (563/563), done.
**
Describe what you expected to happen:
The welcome screen is not coming.
Please help me. what i am doing in wrong way the big prob is with only latest version same above steps work for 0.59 version.
After this screen i run sudo react-native start
The text was updated successfully, but these errors were encountered: