Skip to content

Releases: aksonov/react-native-router-flux

3.39.1

13 May 09:12
Compare
Choose a tag to compare

Upgrade to RN0.44

3.38.0

01 Mar 10:00
Compare
Choose a tag to compare

Closed issues:

  • ignore #1126
  • Is navigator object available as props in component #1113
  • [Error]: react-native-router-flux] component property is not set for key=root #1108
  • How to disable title bar on certain scenes? #1107
  • Initial scene not shown #1091
  • Defining custom buttons on root scene #1080
  • How to customize drawer button #1078
  • How to call a function in scene component when scene left or right button is clicked? #1073
  • panHandlers not honored with nested scenes #1055
  • Can't create dropdown button in navbar #1042
  • navBar and Expected a component class, got [object, Object] #1041
  • [Help wanted] Keep routing state on simulator reload #1025
  • Unable to resolve module fbjs/lib/emptyFunction #1024
  • Unable to resolve module react-addons-pure-render-mixin #1022
  • Unknown plugin "syntax-flow" #1020
  • NavigationExperimental.js: DEV is not defined #1015
  • support BackAndroid hardwareBackPress #1012
  • How can I pass variables to previouse scene in Actions.pop() operation #1008
  • Push Scene from a tab #1007
  • How to navigate to a new scene with onRight #993
  • Best way to dispatch a redux action from within the toolbar actions? #984
  • initialRoute doesn't set initial route #971
  • How is the header implemented in the Example app #967
  • Tab bar transition #966
  • Can't run examples #963
  • TabBar is not showing #959
  • Unmounting Scenes #955
  • RN 0.30 Incompatibility #954
  • Switch component don't work #952
  • Issue #951
  • Is it possible to fire action when clicking on the title of the navbar #949
  • We get 'Import libraries to android "rnpm link"' screen on app launch and the app stops #946
  • React Native Tabs version in RNRF #935
  • Tab Transitions #929
  • Event Listener for Route Change? or something similar #928
  • Background image #927
  • react-native-scrollable-tab-view is slow when put inside a scene #924
  • borderTopWidth for tabBarStyle does not work well if it is set to decimal fraction on iPhone 6/6s Plus #921
  • 0.29 support? #910
  • Can I Actions with programmatically? #907
  • peerDependencies issue with react 15.2.0 #905
  • Possibility to use icons in navbar #902
  • Question: is there any easy way to set a navigation title based on a component or a redux state? #897
  • Components lifecycle #896
  • Scene {type:'reset'} or type="reset" is not working in 3.30.4 version. #894
  • flowtype report so many error #892
  • How can i add gradient in background color of navbar? #890
  • Example Launch.js action cannot go to tabbar specific tab page #884
  • Tabbar gone, but tabIcons are still there #883
  • Drawer seems to break everything? #881
  • Right button Icon sizes not working? Where to override styling for navigation icons. #880
  • A bug in Example's TabBar page #879
  • Actions.KEY_NAME doesn't do anything. #876
  • Run two actions on Sidebar onPress function #869
  • Fade from one scene to another? #867
  • 'RCTTextField not a descendant of RCTShadowView' crash when TextInput is focused #865
  • Image instead of string for scene title... #863
  • assemble cannot package backicon.png. Looks like file name is wrong, missing delimiters. #859
  • Switch without replacing #858
  • pushing additional modals onto the navigation stack #856
  • APK building fails with 3.30.0 on windows #852
  • Duplicate module name: AutoFocusUtils #849
  • Can't implement react-native-drawer : 'unique key should be defined' #845
  • Possible to define Navigator Stack 'type' in Action call? #844
  • Back button color #840
  • leftButtonImage does not render #837
  • set Icons in tabbar #832
  • typescript definitions broken? #830
  • document action types (pop,jump,refresh etc) #829
  • Unmet Peer Dependency from latest version of this library #822
  • Version 3.30.0 on npm causes errors with npm start #814
  • BackAction not dispatched when I swipe a Schene. #807
  • Disable "swipe to go back" for modal #796
  • Routing from inside a tab scene to outside it breaks the navbar #773

Merged pull requests:

Read more

3.30.1

15 Jun 14:18
Compare
Choose a tag to compare
  • Work with cloned NavigationExperimental API and doesn't depend from concrete react native version (RN0.26+)

3.26.0

20 May 09:50
Compare
Choose a tag to compare
  • Added support for latest React Native 0.26
  • default TabBar uses now react-native-tab-navigator component for better flexibility

3.22.0

18 Apr 08:01
Compare
Choose a tag to compare
  • Improved docs, support sceneStyle and many other improvements
  • Requires React Native 0.22 version

3.2.3

27 Mar 14:34
Compare
Choose a tag to compare
  • improved state management within Reducer

3.1.3

21 Mar 17:25
Compare
Choose a tag to compare
  • Numerous fixes and improvements
  • React Native 0.22 is supported now

3.0.9

16 Mar 22:16
Compare
Choose a tag to compare

The component now is based on new React Native Navigation API

2.3.1

23 Feb 12:24
Compare
Choose a tag to compare

Added Actions.refresh(props) to set new properties for the current route, without any nav transition

2.3.0

23 Feb 09:11
Compare
Choose a tag to compare

Improved TabBar, using stateless react-native-tabs now.