April 2017
Intermediate to advanced
414 pages
8h 14m
English
On Android, the preferred way to navigate the UI is through its top-placement toolbar. This differs from the iOS experience because rather than having all the available tabs at the bottom of the screen, navigation is hidden inside a drawer that the user taps to expose.
ToolbarAndroid is a React Native, Android-specific component that wraps around the Android SDK's native toolbar widget. Like TabBarIOS, we have access to a react-native-vector-icons-specific version of the component that we render by calling <Icon.ToolbarAndroid />. We will be using the following props when using Icon.ToolbarAndroid in our app:
Read now
Unlock full access