A simple react native app to order food from list of menu & checkout .
• React Native
Clone the repository and install the dependencies:
git clone https://github.com/GeekRishabh/RN-resturant.git
npm installChange the directory into the ios folder and run the following command to install the SDK pod:
# cd ios/
pod installRun your app on an emulator, simulator, or your own connected device.
- To run the app on iOS run
npm run ios. - To run the app on Android run
npm run android.