Skip to content

Releases: APSL/react-native-navigator-wrapper

v0.3.0

03 May 13:28
Compare
Choose a tag to compare

Changelog

  • Added support for RN > 0.44 #15

v0.2.1

02 Sep 08:59
Compare
Choose a tag to compare

Changelog

  • Fixed issue with title text alignment #14

v0.2.0

09 May 13:24
Compare
Choose a tag to compare

Changelog

  • Refactored TopNavigatorWrapper code and API in order to remove unnecessary Navigator.
  • 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

18 Feb 12:01
Compare
Choose a tag to compare

v0.0.8

13 Jan 11:14
Compare
Choose a tag to compare

Changelog

  • Updated dependencies

v0.0.6

11 Jan 11:28
Compare
Choose a tag to compare

Changelog

  • Modified imports to support react-native 0.16.0 & onwards.

v0.0.5

18 Nov 08:33
Compare
Choose a tag to compare

Bugfixes

  • Solved route mapper bug when initializing with right element.

v0.0.4

16 Nov 15:13
Compare
Choose a tag to compare

Bugfixes

  • Solved a small bug when passing a right element into the route mapper and already has an initial component.

v0.0.3

11 Nov 15:48
Compare
Choose a tag to compare

Bugfixes

  • Added topNavigator reference into main navigator.
  • More padding into back button.

v0.0.2

06 Nov 16:20
Compare
Choose a tag to compare

Changelog

  • Added options to configure and generate route mappers for both Navigators.
  • 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'