2 February 2020

Create React Native project using expo


  • Open VS Code terminal & redirect to folder
  • npx expo-cli init my-react-native  (like below)


  • Then Choose a Template as below image

  • It will take time to setup, after setup complete it will show like below image


  • Redirect to project folder and start the project like above image using bellow commands
    • cd my-react-native
    • npm start
  • It will run in browser as below image. Then download expo android app from play store in you mobile and scan below QR code. in mobile you can see react native project output screen.


  • Output like below image

No comments:

Post a Comment