Skip to content

Releases: web-ridge/react-native-paper-tabs

Release 0.10.4

29 Feb 15:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3...v0.10.4

Release 0.10.3

29 Jan 20:25
Compare
Choose a tag to compare

Release 0.10.2

29 Jan 20:22
Compare
Choose a tag to compare

Release 0.10.0

14 Aug 20:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.6...v0.10.0

Release 0.9.6

02 Aug 20:49
Compare
Choose a tag to compare

Full Changelog: v0.9.5...v0.9.6

Release 0.9.5

02 Aug 20:39
Compare
Choose a tag to compare

Full Changelog: v0.9.4...v0.9.5

Release 0.9.4

02 Aug 20:28
Compare
Choose a tag to compare

Full Changelog: v0.9.3...v0.9.4

Release 0.9.3

02 Aug 19:03
Compare
Choose a tag to compare

Full Changelog: v0.9.2...v0.9.3

Release 0.9.2

01 Aug 21:58
Compare
Choose a tag to compare

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

  • Material You Support

  • Bugfixes

  • Easier releases & upgrades of example app and automatic deploy of example app

  • Delete \ by @jamesehly in #44

  • feat: move context up so external linking to tabs is possible by @jamesehly in #45

  • Introduce new badge prop to tab header. by @iM-GeeKy in #31

New Contributors

Full Changelog: v0.9.1...v0.9.2

Release 0.9.1

01 Aug 21:30
Compare
Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1