This is a small project created for the purpose of self learning React Native and development of hypbrid app that can run natively on the web or on mobile devices iOS/Android.
- Expo CLI: allows us to run the native app locally without worrying about setting up a simulator for the IOS/Andorid.
- React Native
npm install -g expo-cli
On Web:
yarn start-web
On Mobile
yarn start