To pass this class you have to master the learning objectives. We can distill these into the skills listed below:
- Create a new React native project with Expo
- Use the following native components
- Style Components
- Flex
- FontSize
- Margin
- Padding
- Width and Height
- Set up and use navigation schemes using React Navigation
- Stack navigator
- Tab Navigator
You should be able to create an app that runs in Expo.
Create screens that display information using views and text components.
Display components using FlatList from an array of data.
Create a Tab navigator with two or more tabs.
Use the Stack navigator to create navigation between screens.