React Native Paper Tabs Versions Save

Smooth and fast cross platform Material Design Tabs for React Native Paper

v0.10.4

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/web-ridge/react-native-paper-tabs/compare/v0.10.3...v0.10.4

v0.10.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/web-ridge/react-native-paper-tabs/compare/v0.9.6...v0.10.0

v0.9.2

11 months ago

Breaking

You now need a TabsProvider to handle defaultIndex / onChangeIndex, this is so you can easily go to a index of other pages

 <TabsProvider
        defaultIndex={0}
      >
<Tabs>....</Tabs>

</TabsProvider>

What's Changed

New Contributors

Full Changelog: https://github.com/web-ridge/react-native-paper-tabs/compare/v0.9.1...v0.9.2