- Core components
- View
- Text
- Image
- Touchables
- TextInput
- StyleSheet
- Lists
- ScrollView
- ListView (deprecated)
- FlatList
- SectionList
- Navigation
- stack navigator
- tab navigation
- drawer navigation
- Animations
- Animatable components
Animated.Values
(X & XY).timing
,.spring
,.decay
- Composition of animations
- Interpolation
- native driver
- Gestures
- Gesture lifecycle
- Introduction to PanResponder
react-native-gesture-handler
- Native Modules
- Additional React Native APIs
- Dimensions
- StatusBar
- AsyncStorage
This repo is organised in a mutliple branches. Each branch is numbered and is a snapshot of the work done in a previous module. It is only there in case you get stuck, you can always git checkout BRANCH_NAME
so you can continue with the next exercises.