Skip to content

jacquesdev/rn-fundamentals-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

React Native Fundamentals Workshop

What's covered

  1. Core components
  • View
  • Text
  • Image
  • Touchables
  • TextInput
  • StyleSheet
  1. Lists
  • ScrollView
  • ListView (deprecated)
  • FlatList
  • SectionList
  1. Navigation
  • stack navigator
  • tab navigation
  • drawer navigation
  1. Animations
  • Animatable components
    • Animated.Values (X & XY)
    • .timing, .spring, .decay
    • Composition of animations
    • Interpolation
  • native driver
  1. Gestures
  • Gesture lifecycle
  • Introduction to PanResponder
  • react-native-gesture-handler
  1. Native Modules
  2. Additional React Native APIs
  • Dimensions
  • StatusBar
  • AsyncStorage

About

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.

About

React Native Fundamentals Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published