Jump into React-
Native 3/6
Waqqas Jabbar
29th June 2018
What you learned previously
1. Organise your project source-code
2. React Navigation
3. Redux
1. Navigating between screens
2. Styling Components
3. Adding Icons
4. More about Redux and Flow
5. React-Native Elements
What you will learn today
What you will do today
● Refactor task row in a separate component
● Moved Task List screen in another navigator
● Add react-native-vector-icons
● Add + button in Navigation bar
● Add AddTaskScreen
● Add title field in AddTaskScreen
● Add functionality to update task using AddTaskScreen
Reading
React Navigation
● https://reactnavigation.org/docs/en/stack-navigator.html
Flexbox
● http://flexboxfroggy.com/
Reference
● https://github.com/oblador/react-native-vector-icons
● https://oblador.github.io/react-native-vector-icons/
● https://www.styled-components.com/
● https://react-native-training.github.io/react-native-elements/docs/getting_started.html

Jump into React Native (Class 3)