Skip to content

Tags: uncledent/react-native-router-flux

Tags

4.0.0-beta.12

Toggle 4.0.0-beta.12's commit message
add getSceneStyle v3 prop support, fixes aksonov#2033

4.0.0-beta.11

Toggle 4.0.0-beta.11's commit message
bump version

4.0.0-beta.10

Toggle 4.0.0-beta.10's commit message
fix: backTitle was not diplayed

fix: tintColor doesn't work for back/left button

4.0.0-beta.9

Toggle 4.0.0-beta.9's commit message
4.0.0.beta.9 (aksonov#2025)

- Enhancement: support inheritance of scene props (useful for `headerMode` attribute for different RN StackNavigator animation)
- Fix: attempt to fix react-navigation pushes instead of jumping when user taps the same tab (aksonov#2024)
- Enhancement: use navBarButtonColor or tintColor or headerTintColor for image button tintcolor (aksonov#2028)
- Fix: use backBehavior='initialRoute' by default (aksonov#2026)
- Enhancement: allow right/leftTitle, right/leftButtonImage to be static functions within scene component
- Enhancement: allow wrapping all screens and navbar buttons with `wrapBy` parameter for `Router`. It could be `observer` from MobX, or `connect` from Redux or any other function.
- Fix: eslint formatting, fix CircleCI build

4.0.0-beta.8

Toggle 4.0.0-beta.8's commit message
Merge pull request aksonov#2015 from aksonov/4.0.0-beta.8

PR for beta.8

4.0.0-beta.7

Toggle 4.0.0-beta.7's commit message
Merge remote-tracking branch 'origin/master'

3.39.1

Toggle 3.39.1's commit message
upgrade to RN0.44, bump version

3.38.0

Toggle 3.38.0's commit message

v3.35.0

Toggle v3.35.0's commit message
Add "chozun" production app (aksonov#1104)

3.30.1

Toggle 3.30.1's commit message
Feature(multiple pop): now we can pop multipe scenes with Actions.pop (

…aksonov#806)

* Feature(multiple pop): now we can pop multipe scenes with Actions.pop([number]), like Actions.pop(2)

* Fix(format)

* Fix(data check, format): compare data with index, add semicolon

* -Fix(format)

* Fix(format)