Skip to content

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

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

Release 0.9.0

01 Aug 20:47
Compare
Choose a tag to compare

Full Changelog: v0.8.0...v0.9.0

Release 0.8.0

01 Aug 20:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Release 0.7.0

23 Dec 21:29
Compare
Choose a tag to compare

0.7.0 (2021-12-23)

Features

  • added #22 onPress & onPressIn for preloading data (88c4847)

Release 0.6.1

23 Dec 21:20
Compare
Choose a tag to compare

0.6.1 (2021-12-23)

Bug Fixes

  • fixed #28 tab underline not always rendered (4e868f3)
  • fixed #28 tab underline not always rendered (cffd288)
  • fixed #28 tab underline not always rendered (0f30189)

Release 0.6.0

13 Nov 10:02
Compare
Choose a tag to compare

0.6.0 (2021-11-13)

Features

Release 0.5.0

28 Oct 12:26
4b39225
Compare
Choose a tag to compare

0.5.0 (2021-10-28)

Features

  • add feature to disable tabs and swipe gestures (831b73d)

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0