Releases: aksonov/react-native-router-flux
Releases · aksonov/react-native-router-flux
3.39.1
3.38.0
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:
- Add "chozun" production app #1104 (eulo)
- Update DefaultRenderer.js #1058 (vonovak)
- Add default style to renderLeftButton and renderRightButton #1054 (moschan)
- Feat(BackAndroid): Add handler for Back Key in Android #1049 (Swordsman-Inaction)
- added getRightTitle and getLeftTitle #1043 (wtfil)
- Add documentation for left to right option added on PR#1032 #1036 (stephy)
- Add 'leftToRight' direction support #1032 (stephy)
- Add Jest Snapshot and configure CircleCi parallelism [#1029](https://githu...