Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1012 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 1012 Bytes

Welcome to my Intermediate React Native course, I hope you'll enjoy it! See the course website here.

If you'd like to follow along with videos for the course, you can watch my Intermediate React Native Course on Frontend Masters.

About the course

The material in the course follows on from the material from the Intro to React Native course. You don't have to take that course course, but we will assume familiarity with some of the core concepts:

  • the basic components: View, Text, TouchableOpacity, FlatList, ScrollView
  • styling your components using StyleSheet
  • navigation using react-navigation
  • useState, useEffect and useCallback hooks

Deployment

GIT_USER=kadikraman yarn deploy