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