A food finder app using React Native
- Clone and Install
# Clone the repo
git clone https://github.com/vcjpierre/foodfinder.git
# Navigate to clonned folder and Install dependencies
cd foodfinder && yarn install
# Install Pods
cd ios && pod install
- Open in your emulator
Run this command to start the development server and to start your app on the emulator:
yarn start
yarn android
Or, if you prefer iOS:
yarn start
yarn ios
- React Navigation
- React Native Vector Icons
- React Native Maps
- React Native Reanimated Bottom Sheet
- React Native Image Crop Picker
- React Native Swipe ListView
If you find any problems, please open an issue or submit a fix as a pull request.