react-native-animated-nav-tab-bar

A simple and customisable React Native component that implements an animated bottom tab bar for React Navigation.

MIT License

Downloads
2.5K
Stars
898
Committers
13
react-native-animated-nav-tab-bar - Lazy prop fix Latest Release

Published by torgeadelin 3 months ago

  • merged #137 which fixes lazy prop default issue
react-native-animated-nav-tab-bar - Fixed npm publish with empty dist folder bug

Published by torgeadelin almost 3 years ago

  • fixed npm publish with empty dist folder bug
react-native-animated-nav-tab-bar - Fixed the explicit version for the dependency on react navigation 5.9.0

Published by torgeadelin almost 3 years ago

  • fixed the explicit version for the dependency on react navigation 5.9.0
react-native-animated-nav-tab-bar - Fix hardware button to go back on android

Published by torgeadelin over 3 years ago

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

react-native-animated-nav-tab-bar - Added iPhone 12 support, RTL and fixed typos

Published by torgeadelin over 3 years ago

  • 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
react-native-animated-nav-tab-bar - Fix react-native-screens bug #71

Published by torgeadelin over 3 years ago

  • Fixed react-native-screens bug where the screens were not receiving any tap events on ios.
react-native-animated-nav-tab-bar - Typescript Support

Published by torgeadelin over 3 years ago

  • 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
react-native-animated-nav-tab-bar - More Bug Fixes & Improvements

Published by torgeadelin about 4 years ago

  • 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
react-native-animated-nav-tab-bar - General Fixes

Published by torgeadelin about 4 years ago

  • 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
react-native-animated-nav-tab-bar - New Configurations, New Initialisation and Refactoring + Bug Fixes!

Published by torgeadelin over 4 years ago

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!

react-native-animated-nav-tab-bar - Upgrade to React Navigation 5, Fix glitch when using prop.navigation.navigate()

Published by torgeadelin over 4 years ago

  • Update to RN 5
  • Update react-native version in example folder to 0.62
  • Fix error when using props.navigation.navigate(...)
react-native-animated-nav-tab-bar - Fix android back button animation

Published by torgeadelin almost 5 years ago

Fixed animation when pressing the back button on the Android OS.

react-native-animated-nav-tab-bar - Add custom colour configuration

Published by torgeadelin about 5 years ago

react-native-animated-nav-tab-bar - Fix longPress bug

Published by torgeadelin over 5 years ago

Fixed bug on the long press event. Animation no longer gets stuck.

react-native-animated-nav-tab-bar - Initial Version

Published by torgeadelin over 5 years ago

Animated Tab Bar component for React Navigation