Small repo for my app i created while learning React Native
npm install
: Basic node package manager libraries installation
npx react-native run-android
: to run on android, whether it is in android studio or a physical device. Consider that the environment must be properly configured, learn more at https://reactnative.dev/docs/environment-setup
npx react-native run-ios
: to run on ios.