In this exercise, we will create a mobile version for the Github Profiler application.
- Create the
.envfile that will hold your API token - Create a directory called
screensand create the needed components - Bring the implementation code from the web app and adapt it to React Native
- Create a directory called
reduxand create the store with the needed actions and reducers forprofileandreposslices - Create a navigation between the 2 screens (profile / repos)
- Create another screen that will hold the organisations of the user
- Create another tab for the new screen
- Implement the needed redux logic to fetch the organisationsList from github API