Releases: APSL/react-native-navigator-wrapper
Releases · APSL/react-native-navigator-wrapper
v0.3.0
v0.2.1
v0.2.0
Changelog
- Refactored
TopNavigatorWrapper
code and API in order to remove unnecessaryNavigator
. - Adds the ability to wrap a container like
TabBarIOS
or similar and have separate navigators inside. - Improved README.
- Added RN 0.25 compatibility. This version must be used with RN 0.25 or greater.
v0.1.0
Changelog
- Added Android support
- Changed the
initialRoute
prop API: https://github.com/APSL/react-native-navigator-wrapper/blob/master/lib/NavigatorWrapper.js#L92-L100
v0.0.8
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Changelog
- Added options to configure and generate route mappers for both
Navigator
s. - Added new functions to generate each of the three elements of the route mappers. Can be combined to build a custom navigation bar for each
Navigator
. - Refactored
index.js
. NavigatorWrapper
now accepts an style to apply to the navigation bar.- Added
tintColor
prop to the back button component.
Breaking changes
- Changed the way to import the library components, i.e.
import { TopNavigatorWrapper } from 'react-native-navigator-wrapper'