A practice app made by following this tutorial React Native: Getting Started
-
Follow this link Environment setup to create react native application. I followed the React Native CLI Quickstart.
-
I suggest you to go through package.json first and install the packages before starting the application.
-
For mock rest api as mentioned in the course I used JSON SERVER. I was testing the app on my android phone so you might face an issue which is you wont be able to call the https://localhost:3000/events api from your phone. I found the fix at stackoverflow Make sure your phone and android device are using the same internet.