A react-native
app for learning everything related to mobile development using react-native
- Work a scalable architecture for react native project.
- Experiment with various react and react-native libraries.
- Make cool animations.
The project structure is inspired by react-boilerplate and Redux DUCKS.
It is using react-navigation
, apollo-graphql
, react-native-animated
, react-native-redash
, react-gesture-handler
till now but there are more to come.
-
Use
apollo-graphql
client to consume rick and morty apis graphql apis. -
Implement pagination using the same client.
-
Make iPod wheel animation UI to scroll through the list of songs and artist
-
Follow the brilliant William Candillon
can it be done in react native
series. -
Make custom navigator for react navigation.