This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
Releases: jineshshah36/react-native-nav
Releases · jineshshah36/react-native-nav
Requires React Native v0.44+
Version 2.0.0+ will now require React Native v0.44+
Disabled Button Prop
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
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
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!