Jump into React- Native 4/6 Waqqas Jabbar 2nd July 2018
What you learned previously 1. Navigating between screens 2. Styling Components a. react-native-elements 3. Adding Icons a. react-native-vector-icons 4. More about Redux and Flow
1. Redux-Form 2. Styling What you will learn today
What you will do today ● Convert Add-Task screen to use Redux-Form ○ Setting initial values ○ Field Validations ○ Add “done” field
Shortcoming ● Save button not disabled
Styling http://flexboxfroggy.com/
Reading Redux-Form ● https://redux-form.com/7.4.2/docs/api/field.md/ React-Native
Reference ● http://flexboxfroggy.com/ ● https://facebook.github.io/react-native/docs/textinput.html ● https://facebook.github.io/react-native/docs/switch.html

Jump into React-Native (Class 4)