>
An airbnb clone to test out the react native components with map and API integration with AWS Amplify. Amplify provides the access and API for the accomodation details
- Run the development server
- $ npm start
- Run the app on iOS - You will be running this from your Mac environment.
- $ npm run iOS
- Run the app on android - You need to have an android emulator present in your environment and path corrected to invoke from command line. For detail setup please refer to the official documentation page.
- $ npm run android
- For bundling
- $ npm run bundle
- To generate apk
- $ npm run gen-apk
- JavaScript
- React Native
- AWS Amplify
- Google places API
- React native map
- GraphQL
- REST
Thanks to Vadim Savin for this wonderfull tutorial on react native. :)






