If You followed part 1 of Reactjs bootcamp properly and my fellow mentor did a good job(I know he does), you should have a good understanding of React Components, states, props etc. If you do, you are good to go.
For the sake of ease we we'll be sticking with codenvy for React Native App Development as well. Firebase would be our backend as before, but since we are developing mobile apps and not web apps that too on a cloud workspace it ain't gonna be easy. So put your persistence boots on and get ready to create your first React Native Mobile App.
What we are gonna build?
We'll be creating a Travel Log App. The Completed Travel Log App will have following features
- You can click on a button to take photo.
- You can upload the photo to firebase along with your Geolocation and a Title.
- You can see all the Travel Moments as a list.
- You can click on the list to see the details of the moment with a map.
- You can login with Facebook.
How to Read
- Important steps are marked as => “!Important”
- code that you must change to your own => “your_api_key”
- Code snippets are highlighted with gray background. => “code_snippet_or_important_keyword”
- Whenever you read a word
moment
it refers to single item with an image, title, and a geo location. So Let’s Get Started!