Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Releases: jineshshah36/react-native-nav

Requires React Native v0.44+

17 Jul 14:40
Compare
Choose a tag to compare

Version 2.0.0+ will now require React Native v0.44+

Disabled Button Prop

19 Apr 04:57
Compare
Choose a tag to compare

You can now disable NavButton by specifying a disabled prop to true, and you can include a separate disabledStyle to the button.

Stateless Functional Components

31 Mar 15:08
Compare
Choose a tag to compare

All components have been moved to stateless functional components! This should not affect anyone using these components. They API is still the exact same, but you can enjoy better optimization in the future!

First Stable Release

27 Mar 18:05
Compare
Choose a tag to compare

Excited to release this project to the world. I hope this will help us move towards better, more flexible components that allow use to create amazing apps!