I've corrected the navigationOptions configuration.
According to the doc from https://reactnavigation.org/docs/navigators/tab, navigationOptions should contain properties called tabBarLabel and tabBarIcon.
I also included a line to register the app into the react-native.
Hello,
I've corrected the navigationOptions configuration. According to the doc from https://reactnavigation.org/docs/navigators/tab, navigationOptions should contain properties called tabBarLabel and tabBarIcon. I also included a line to register the app into the react-native.
Thanks for your work!