Skip to content

Releases: torgeadelin/react-native-animated-nav-tab-bar

Lazy prop fix

06 Aug 17:17
Compare
Choose a tag to compare
  • merged #137 which fixes lazy prop default issue

Fixed npm publish with empty dist folder bug

23 Dec 18:47
Compare
Choose a tag to compare
  • fixed npm publish with empty dist folder bug

Fixed the explicit version for the dependency on react navigation 5.9.0

11 Dec 16:12
Compare
Choose a tag to compare
  • fixed the explicit version for the dependency on react navigation 5.9.0

Fix hardware button to go back on android

28 Mar 17:51
0642630
Compare
Choose a tag to compare

Fixed back bug when pressing hardware button to go back on android

Added iPhone 12 support, RTL and fixed typos

01 Mar 16:20
Compare
Choose a tag to compare
  • March 1 20201
    • fixed appearance prop typo (breaking change, so make sure you change it in your code when you update the package)
    • fixed type for activeTabBackgrounds in types.tsx
    • iPhone 12 support
    • added RTL languages support

Fix react-native-screens bug #71

06 Feb 22:05
39b3b91
Compare
Choose a tag to compare
  • Fixed react-native-screens bug where the screens were not receiving any tap events on ios.

Typescript Support

29 Jan 23:38
970e2c0
Compare
Choose a tag to compare
  • Typescript support 👀 including custom enums for some of the appearence properties
  • Added Rollup as a module bundler
  • Fixed Invalid Hook Call bug #62
  • Fixed have your wrapper your NavigationContainer bug. Please update to react-navigation/native 5.9.0, stack 5.13.0, bottom-tabs 5.11.3

More Bug Fixes & Improvements

11 Oct 18:49
c425f43
Compare
Choose a tag to compare
  • Updated react-navigation dependencies in example folder to latest
  • Fixed useScrollToTop bug
  • Fix Tab bar overlays scrollview content
  • Added new config for icon button layour/orientation

General Fixes

27 Sep 21:31
561f963
Compare
Choose a tag to compare
  • Updated example to rn 0.63
  • Fixed issue #37 where screens would re-render on every tab change. Also added the lazy option found in the default react navigation tabbar
  • Fixed default props errors #34 and #35. The component doesn't require any appearence options to work. It will use default style. See docs how to change
  • Fixed issue with screen listeners #38 (you can now prevent default)
  • Fixed small ui glitches

New Configurations, New Initialisation and Refactoring + Bug Fixes!

26 Jun 19:00
Compare
Choose a tag to compare

We're very excited to release the new version of react-native animated nav tab bar on our 100 ⭐ GitHub stars milestone! Thank you, everyone!

The package now provides a custom tab bar navigator compatible with React Navigation v5.
We also added a bunch of new features allowing you to customise your user experience to a new level! Check the docs to see what you can do! Moreover, several issues were fixed.

We're always looking to improve, so feedback is very important!
Please post an issue if there's anything you'd like us to improve/fix.

Special thanks to the contributors!