react-native-web-tabview
v0.0.1
Published
Tab view component for React Native
Downloads
1
Maintainers
Readme
React Native Tab View
This is the fork of https://github.com/react-native-community/react-native-tab-view. It contains changes to make it work with older versions of ReactNative. (~0.30.0 and above)
If you are on the latest react-native version, use https://github.com/react-native-community/react-native-tab-view for npm installation.
Installation:
npm intall --save reactnativetabview
Changes:
- Since flexGrow, flexShrink properties were not a part of older version of react-native, it has been replaced with flex
- I18nManager removed.
The usage remains the same. Please refere to https://github.com/react-native-community/react-native-tab-view/blob/master/README.md for detailed guidance.
Reference:
https://github.com/react-native-community/react-native-tab-view