首页 > 解决方案 > React Native CLI android app showing default welcome page always

问题描述

I am trying to execute an android app created using react native cli.

I have done the following -

npm install -g react-native-cli
react-native init AwesomeProject
cd AwesomeProject
react-native run-android

On completing all these the app executed in emulator and real device also but always shows the default welcome screen. How to make it show the modified screen.

I tried a lot of tutorial sites but not getting any result.

标签: react-native-android

解决方案


Problem resolved.

I have done project using create-react-native-app.


推荐阅读