December 2018
Intermediate to advanced
642 pages
15h 5m
English
Let's start by going over the list of RN components and APIs you may want to use, and afterward, we'll move to some actual code:
| RN Component | Replaces... | Objective |
| ActivityIndicator | animated GIF | A component to display a circular loading indicator |
| Button | button | A component to handle touches (clicks) |
| DatePickerAndroid TimePickerAndroid | input type="date" input type="time" | An API that shows a popup where you can enter a date and a time; for Android |
| DatePickerIOS |
input type="date" input type="datetime-local" input type="time" |
A component where the user can enter a date and time; for iOS |
| FlatList | - | A list component that only renders elements that are visible; used for performance gains |
| Image | img | A component to display ... |
Read now
Unlock full access