Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 387 Bytes

react-native-example-project

A basic structure/skeleton of a modern react native app.


Prerequisites:

https://reactnative.dev/docs/environment-setup (Native CLI)


To install required libraries, run the commands:

npm install

npx pod-install (IOS only)


To run the application, run the command:

npx react-native run-android or

npx react-native run-ios