Skip to content
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

Closed
akhter004 opened this issue Sep 6, 2019 · 6 comments
Labels
Bug Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@akhter004
Copy link

akhter004 commented Sep 6, 2019

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

  1. I have installed Sdk as per the steps mention the fb doc
  2. Install Android Debug Bridge (adb)-
    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
  3. Set “SDK location" inside /home///android/local.properties
    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.

Screenshot from 2019-09-06 08-22-18
Screenshot from 2019-09-06 08-22-39

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.

Screenshot from 2019-09-06 08-47-25

After this screen i run sudo react-native start

Screenshot from 2019-09-06 08-48-07

@akhter004 akhter004 added the Bug label Sep 6, 2019
@react-native-bot react-native-bot added the Platform: Linux Building on Linux. label Sep 6, 2019
@akhter004 akhter004 changed the title React native latest version 0.60.5, welcome screen is not coming. React native latest version 0.60.5 issue, welcome screen is not coming. Sep 6, 2019
@akhter004 akhter004 changed the title React native latest version 0.60.5 issue, welcome screen is not coming. Unable to create an app with React native latest version 0.60.5, welcome screen is not coming. Sep 6, 2019
@mukeshmandiwal
Copy link

It working on both emulator and physical device
I'm using
Ubuntu 18.04.2 LTS
React native 0.60.5

@anderssonq
Copy link

anderssonq commented Sep 7, 2019

I have the same problem, please help us!
using debian 9

@AustP
Copy link

AustP commented Sep 7, 2019

I just had this issue as well. I closed everything down and ran everything in this order:

  1. Start React Native
  2. Start Emulator
  3. react-native run-android

Then it worked as expected. Your mileage may vary.

@syamjayaraj
Copy link

I am using Windows 10 OS and I also have the same issue.

BUNDLE [android, dev] ./index.js ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100.0% (1/1), done.
BUNDLE [android, dev] ./index.js ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100.0% (1/1), done.
BUNDLE [android, dev] ./index.js ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100.0% (1/1), done.

@stale
Copy link

stale bot commented Dec 7, 2019

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.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 7, 2019
@stale
Copy link

stale bot commented Dec 14, 2019

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.

@stale stale bot closed this as completed Dec 14, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Dec 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

6 participants