How to make your first app with react native

How to make your first app with react native

Here you are gonna learn how you can make your first app with react native. But at first if you don’t setup environment for react native then click here.

  1. For those who have setup environment according to expo you need to do
expo init ReactNativeGuides

here in place of ReactNativeGuides put your app name.

and after that you can select the template, i suggest blank. After that your app is gonna start.

cd ReactNativeGuides
npm start

2. Those who select React Native Cli just create app by

npx react-native init ReactNativeGuides

For running the app

npx react-native run-android

Leave a Reply

Your email address will not be published. Required fields are marked *