Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 28463

Fresh React-Native project show white screen

$
0
0

I started a new react-native project, but the latest init shows me a white screen.

On old react-native project, i don't have this problem.

Kindly guide me how to fix this issue.

You can see my script :

#!/bin/bash
JAVA_HOME=$(grep JAVA_HOME .env | cut -d '=' -f2)
ANDROID_HOME=$(grep ANDROID_HOME .env | cut -d '=' -f2)

rm -rf .cache
export JAVA_HOME
export ANDROID_HOME
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

node ./node_modules/react-native/local-cli/cli.js run-android
node ./node_modules/react-native/local-cli/cli.js start -- --reset-cache

Thank you community !

enter image description here


Viewing all articles
Browse latest Browse all 28463

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>