A small app built with react native to get some familiarity.
- Add restaurant
- View restaurant
- Search restaurant by name
- Routing
- Persitence using
async storage
- Get familiar with React Native and docs
- Layout and Styling with React Native Style Sheets
- Routing with
React-navigation
library - Debugging React Native apps
React-native-vector-icons
library
Make sure all pre-requisites from this page are met
- Clone the repo
- Start an Android Emulator or connect a phone and enable USB Debugging
- Run
react-native run-android
- App should be running 😄