Package Exports
- react-native-tab-navigator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-tab-navigator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TabNavigator
A tab bar that switches between scenes, written in JS for cross-platform support.
To use this component, you will need to enable the following Babel options:
- es7.decorators
- es7.classProperties
- es6.modules
The look and feel is slightly different than the native navigator but it is better in some ways. Also it is pure JavaScript.
The API of this component may change in the future to be more like Navigator's, which works great once there is better support for nested Navigators in React Native.