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 (charpeni)
- ADD react-addons-pure-render-mixin dependency #1021 (sarovin)
- Allow POP and similar actions to refresh the previous scene #1016 (doomsower)
- Restore statem #1013 (aksonov)
- ADD shouldComponentUpdate for DefaultRenderer #1006 (sarovin)
- refactor #996 #1002 (sarovin)
- fix(NavBar): don't render custom BackButton if root nav state #998 (blackxored)
- Fix minor typo in docs #986 (eronisko)
- feat(navBar): add optional titleProps to NavBar #968 (sondremare)
- Add ActionsConst to index.d.ts #964 (stephenlaughton)
- Scene - implemented getPanHandlers prop #961 (philipshurpik)
- Actions get #957 (aksonov)
- Feat(TabBar): add pressOpacity for TabBar #956 (Swordsman-Inaction)
- Add pushOrPop action - it will pop if scene exists in the stack, push… #947 (aksonov)
- Add "Junk Free" production app #941 (Olliepop)
- Update tabs version #940 (andrispraulitis)
- fix(navigationState): avoid undefined key for root scenes #936 (blackxored)
- added new switch feature - unmountScenes #932 (ms88privat)
- added Modal example usage to OTHER_INFO.md for issue number #893 #923 (brien-crean)
- Document PopNum #916 (K-Leon)
- Fix typo error. #912 (LittleLin)
- [RFC] add parent and key as prefix to new key #911 (joenoon)
- Revert "refactor #870" #901 (aksonov)
- normalize action name with prefix and expose it from module #900 (zxcpoiu)
- Revert "Prefix action strings to namespace them." #899 (aksonov)
- refactor #870 #886 (joenoon)
- Added optional tabBarIconContainerStyle property to override the style of the icon container view. #875 (SudoPlz)
- Removed fontWeight style from NavBar title #873 (andrispraulitis)
- add latest statem support #871 (aksonov)
- Allow for one scene to fade into the next in addition to horizontal/vertical #868 (andyschwob)
- Cleanup babel dependencies #866 (charpeni)
- Fix missing brackets in docs #861 (dustin-H)
- Use ./components/TabIcon #851 (sarovin)
- Add eslint import/no-unresolved config #847 (charpeni)
- Replace
assert
in Switch.js with customassert
#846 (Kerumen) - Prefix action strings to namespace them. #843 (ThaJay)
- remove extra rnrf tab styling #839 (joenoon)
- Render leftButtonImage #838 (rowellx68)
- Revert "Feature Hand Back Key for Android" #835 (aksonov)
- Fix typescript definition #831 (xirc)
- tabs show onPress item #828 (phproot)
- Fix NavBar backButtonImage propType #826 (asokol)
- use js instead of jsx in readme code block #825 (chentsulin)
- Default left button size unless size is overwritten #824 (codyhazelwood)
- Fix in Typescript definitions #823 (dalcib)
- [actions]: (fix): fix the case when there's no array defined to map sub-views #821 (alextkd)
- Feature Hand Back Key for Android #820 (Swordsman-Inaction)
- Alignment the elements for the navbar #818 (sarovin)
3.30.1 (2016-06-15)
Fixed bugs:
- Element type is invalid #728
Router
is undefined on RN 0.26.1 #727- tabs scene not rendering anymore => hideTabBar not working #722
- [v3.26.1] Drawer Button don't display #710
- Adding styles to a tab bar causes poor performance #687
- Scenes seems to be recreated on every dispatched redux action #685
- Nav image flicker between scene transitions. #442
Closed issues:
- Inner Scenes render position left -3 #819
- Custom Tab Bar #816
- what's the difference between reset and replace? #813
- Scene dynamic initial #812
- Back button #810
- Go back to any scene before current one? #804
- Cannot pop twice #803
- If you are passing component={Drawer} to show your DrawerLayout, how are you opening/closing it using the navbar burger button? #799
- [New Feature] Modifiers for refresh action #797
- Prop for drawerImage placement on
left
andright
of navigationBar #794 - Avoid
rightButtonImage
orrightTitle
warning when set tonull
#790 - onLeft and leftTitle do not work using Example on tab2_2 #789
- React native 27 is out 3 hours ago. Any plans for 3.27.0? #786
- Search field in navbar loses focus after animation #783
- Actions error and navigationState.children conflicts with another child! #782
- Passing parameters via Action does not work #778
- [Question] Best way to Synch state across scenes using Default Reducer. #777
- Actions.callback is not defined #775
- Example is not working #772
- Key is already defined! #768
- Jump action is no longer called when Switch route changes. #766
- Error: RCTUIManager.dispatchViewManagerCommand must not be null #762
- Switch is not rendering the right scene correctly #760
- routing using keys in props #757
- How could I make custom navBar fixed on the top ? #755
- How to replace drawer icon and back icon #754
- Dispatch redux action before Switch's selector picks a scene? #753
- custom navBar being rendered twice and to the bottom of the scene #752
- Assistance with custom navbar #751
- nested routes with same scene #750
- Navbar buttons need to access scene component methods #747
- hideNavBar does not work on scene #746
- unable to use type="push" #741
- After upgrade version to 3.22, renderRightButton is not correctly displayed. #738
- Re-implement hidden tabs from tabbar behavior #736
- navigationState and onNavigate property should be not null #735
- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of
TabNavigator
. #725 - How to intercept loading scene to check authentication first ? #719
- on a Scene, componentDidMount only gets called once and componentWillReceiveProps never gets called #718
- Remove default style #716
- RNRF v3.26.1 / RN 0.26.1 Error: "navigationState and onNavigate property should be not null" #715
- Show the navbar from within Scene programmatically #714
- Drawer icon size is much bigger than it should be #713
- Duplicate navbar when using drawer and nested scenes #711
- [Update to RN 0.26] Warning: Failed propType: SceneView: prop type
sceneRendererProps
is invalid #708 - Implementing Actions.xxx in function #707
- Warning due to a upgrade react-native to 0.26 [using key props] #705
- Unable to resolve module buffer #697
- 404 looking for image icons #671
- 0.25 Support #636
- sub-scene example is invalid #615
- Key is already defined! #607
- Discussion: RN NavigationExperimental API bugs/breaking changes, future direction of the project #557
- Please STOP creating new and new issues regarding 0.23 version, component requires 0.22 now #525
- Redux integration #517
Merged pull requests:
- UPDATE Docs with titleOpacity property #811 (sarovin)
- ADD Opacity Property for the Title of NavBar #808 (sarovin)
- Feature(multiple pop): now we can pop multipe scenes with Actions.pop #806 (Swordsman-Inaction)
- Update README.md #805 (vonovak)
- add a more custom drawer menu icon to open side navigation #802 (alextkd)
- [tabs]: add custom selected item tab style #801 (alextkd)
- [Feature/Action] Enable the popping of multiple scenes #798 (rseemann)
- [actions]: add support when dealing Scenes defined using array map #793 (alextkd)
- 790: Avoid rightButtonImage or rightTitle warnings when set to null #791 (vpasquier)
- Update main README.md - Include RN 27 Compatibility notes #788 (rturk)
- remove unneeded dependency #779 (vonovak)
- add typings #774 (bang88)
- Fix incorrect vertical animation #767 (colinyoung)
- Update README.md #761 (wootwoot1234)
- fix Example/package, to install React 15.0.2, instead of a new version #748 (sibelius)
- WIP old tab bar #743 (joenoon)
- Update README.md - Include RN Compatibility table #742 (rturk)
- Remove Example folder from eslint #740 (charpeni)
- Add prop to override the tabBar shadow style #739 (laurentnguyen42)
- Fix Typo in Switch referring to this.props #737 (SirensOfTitan)
- Bug with sidemenu as is in RN 0.26 #734 (jeroenbourgois)
- Update test dependencies #730 (charpeni)
- UPDATE README: Add
Epic Fail Videos
as a production app using the plugin #712 (donnguyen) - Fixed style proptypes in NavBar.js #706 (cornedor)
3.26.0 (2016-05-20)
Closed issues:
- Error with menu_burger.png #703
- "replace" and "reset" not working? #695
- Unable to run tests with Mocha #694
- Issue Causing ReactNative.createElement #693
- RCTRootView.h' file not found #691
- Use tabbar,Click the tab item,the page will render again. #690
- Actions aren't fired within react-native-side-menu based components #676
- Image Flickering when navigating to another View #675
- scenes Actions.create is broken ? #674
- Process 'command 'node'' finished with non-zero exit value 1 #666
- current master branch navigationState conflict on RN 0.24.1 #664
- From within a scene, put an icon in the navbar #663
- Why does it create new instances of component every tab switch? #660
- Setting Action.x({type: 'replace'}) does nothing #659
- Remove shadow on DefaultRenderer #658
- Memory leak and there are alot of setState warning when rotate screen after calling screen transition #657
- Change props of previous view #656
- NavBar Title not updated when navigate to a different scene #652
- Ability to provide the left/right navbar buttons from the rendered component #647
- The best way to change Title in the tabbar. #646
- how to jump into a child page? #645
- Example Application error #640
- Requiring React API in React Native version >= 25.1 is being deprecated. #638
- Action.reset() #633
- How to update Tabbar ? #630
- Direction attribute no longer working #629
- tests failing due to non transpiled code in node_modules #628
- Having component on root Scene stops transition animations on underlying transitions #627
- Possibility to turn of gestures #619
- Huge memory leak when layout changes #616
- Version 3.22.23 on npm in broken #613
- Expected corresponding JSX closing tag for #611
- Force component to render before switching to it. #599
- Per state view - Sample #593
- multiple import for one files to scene, not working! #592
- Please help figure out how create new "secured" stack of scenes inside root scene. Is it possible? #591
- hideNavBar is not working on the last version #590
- Can not route back to a scene which type is 'reset' or 'replace' #588
- undefined is not an object (evaluating 'child.type.prototype') #587
- NavBar's height should not be 64pt in Android #586
- "direction" no long works #584
- Android hardware back button, and styling #581
- Tab Bar #580
- Cannot find scene with key=xxxx and Switch #579
- Toggle burger button for V3 #578
- Inactive tabs are not unmounted #577
- Customize #576
- Navbar Icon to trigger method on scene? #575
- Replace Scenes with custom components not working. #573
- Implied Routes #571
- Component property is not set for key=Main #569
- Version for Redux integration ?? #568
- Code style linter and CI #567
- While using Actions.pop(), which stack we are dealing with? How can I get that stack? #565
- how the table was added in modal? #562
- How to get the navigation bar Dimensions from within a Schene? #561
- "Cannot find scene with key = drawer" error with Switch #560
- Suggest new feature for this plugin. Can add the protype 'onPress' to scene #556
- Problem with redux state and Switch after upgrading RN to v0.24 #555
- Disable horizontal swipe to go back #554
- undefined is not an object NavigationCardStackStyleInterpolator.forHorizontal #552
- Actions.xxx({type: 'reset'}) not work #551
- Changing tab re-mounts the tab item Scene component #549
- Actions.xxx no response #548
- Back button Style #546
- How to get navigator object inside component? #544
- Is there a way to hide navbar when orientation changes? #541
- Unable to use openDrawer() in component js file #540
- Adding Promise compatibility to selector function for Switch component #532
- How do I get the current screen? #528
- Correct Way to Implement Drawer #524
- Adding custom animations #523
- Crash when Back button is tapped during animation #520
- Click back button ON DEFAULT SCENE #511
- tracking React Native 0.24 compatibility/issues #489
- No animations after upgrade react-native to 0.23 #481
- Seeking Guidance on Notification Icon Implementation #478
- Tab click returns to initial scene #477
- Navbar appears at bottom in RNv0.23 #476
- Type 'replace' not replacing view #474
- getState warning causes app to not render properly when opening the App #472
- Custom/Dynamic screen title in NavBar #468
- Injected props are not passed to renderNavigationBar #466
- Force re-render scene after pop #465
- How to change back button ? Any examples ? #460
- use pop action in initial scene will show error #455
- How to move scene in from left? #453
- sceneStyle ignored. #452
- renderBackButton does not take you back to previous route. #446
- Cannot find element for parent=SCENE_NAME within current state #370
- Forbid swiping back #359
Merged pull requests:
- 0.26 stable #701 (joenoon)
- remove dependency on assert #698 (joenoon)
- replaced root readme #678 (adrianmc)
- New Documentation Structure #673 (adrianmc)
- was literal 'position' a typo? #667 (joenoon)
- Fix eslint src/Navbar.js #655 (charpeni)
- Fix circle.yml #654 (charpeni)
- Send all props through to renderNavigationBar and renderTitle through props #653 (mat2maa)
- Fix eslint issues and add circle.yml #650 (charpeni)
- Fix eslint Example/components/NavigationDrawer.js #648 (charpeni)
- Fix eslint Example/components/Register.js #644 (charpeni)
- Fix eslint Example/components/TabIcon.js #643 (charpeni)
- Fix Eslint Example/components/TabView.js #642 (charpeni)
- Fix AppRegistry and TabView render of Example #641 (charpeni)
- Nicer readme #639 (r0b1n)
- FIX Deprecation in RN 0.25 #637 (sarovin)
- Fix ESLint NavBar.js #625 (sarovin)
- Fix NavBar height for Android #624 (sarovin)
- Revert "fix word" #622 (charpeni)
- fix word #621 (cuitianze)
- fix word #620 (cuitianze)
- Fix Reset and Replace #618 (Zidail)
- Nicer readme. #610 (r0b1n)
- Fix eslint errors in State.js #609 (charpeni)
- Fix for navigation Actions not returning true or false. #608 (bburnham)
- Fix index.js #606 (charpeni)
- Fix eslint errors in DefaultRenderer.js #605 (mikefowler)
- Cleanup Modal.js #604 (mikefowler)
- FIX ESlint TabBar.js #603 (sarovin)
- Cleanup Router.js #602 (mikefowler)
- Fix eslint errors in Switch.js #601 (mikefowler)
- Fix NavBar height for Android #598 (Kerumen)
- Added tests for Reducer, small fixes and comments. #597 (r0b1n)
- app bar height #596 (jeroenbourgois)
- Actions code styles and tests fixed. #595 (r0b1n)
- ADD .editorconfig #594 (sarovin)
- Revert "Fix some eslint errors" #589 (aksonov)
- Fix some eslint errors #585 (charpeni)
- Adding an option to compute title for each screen #583 (jondot)
- Add eslint with eslint-config-airbnb #574 (charpeni)
- hideNavBar hide scene only for current scene (3.24) #572 (philipshurpik)
- Add Section for Companies/Production apps using react-native-router-flux #559 (JamesWatling)
- fixes #552 #553 (lynndylanhurley)
- add render title callback #547 (timzaak)
- renderRightButton and renderLeftButton takes selected component as argument #545 (jondot)
- improve redux setup README #543 (lynndylanhurley)
- Update redux instructions in README #542 (lynndylanhurley)
- Revert "Revert "[WIP] Get Example app working with React 0.24+ "" #539 (aksonov)
- Improve README #535 (Kerumen)
3.22.0 (2016-04-18)
Implemented enhancements:
- New 3.0 version is released with breaking API changes, check README.md #324
Fixed bugs:
- navigationState props breaks pure shouldComponentUpdate #392
Closed issues:
- How to refresh after Actions.pop()? #529
- Tabbar loads all scenes at mount, is lazy load possible? #521
- Push Navigation animation doesn't work in 3.2.10, 3.2.12 #519
- Multiple routers in an application #513
- How to reset history ? #512
- Switch from one scene in a tabbar to another scene in a other tabbar #510
- Actions.refresh({key: SCENE_KEY, props}) throws assertion error #506
- What is the right way for navigate in the signin view? #502
- How to show a Modal with just a Progress ? #501
- Android Requiring unknown module "assert" #500
- direction="vertical" not working #499
- setState warning when calling a new route with type reset from componentDidMount #498
- tabbar doesn't work in react-native 0.24.0-rc3 #495
- Back button Warning #494
- Cannot interact with NavigationCard rendered scenes #493
- Passing state to Scene through props #492
- Actions.login() doesn't work if login Scene has type='replace' #491
- Does not route to scenes with "type" #488
- NavBar on Top of Tabs #487
- otherProps in Scene does not update at all #485
- Discuss - Replace Actions.destination({..data}); with Actions.go('destination',{...data}); #484
- Dependency Issue: "Unmet peer dependency [email protected]" #483
- Error route.children.forEach is not a function in getInitialState() #482
- Menu icon only works if navigation drawer component is the root element #480
- android 4.4.4 navbar height is higher system nav bar height #475
- Implementing tabs in subcomponent #473
- Unsure what I am doing wrong, the component is throwing a undefined error on Android #471
- How to use type='reset'? #467
- Add nav buttons (and handlers) from inside component #463
- Nested schenes no longer working? #462
- How to use components' this.state and functions while customising the Navigation Bar? #459
- Switch demo #458
- Global Data #457
- NavBar takes up space in nested routers #456
- Keyboard pushes Navigation Bar off the screen #454
- component property not set when using Router in Clojurescript through Reagent #451
- renderRightButton and renderLeftButton are not working #449
- RCTView has a shadow set but cannot calculate shadow efficiently #448
- NavBar covers part of the View #447
- Change Statusbar Color? #445
- NavigationBar has white borderBottom #444
- Android transitions crash #443
- Performance in android #441
- Question: Passing parameters with the navBar onRight #440
- Is there a way to force truncating the text in the nav bar? #438
- Is Relay supported? #437
- Inner routes in Tabs broken since 3.2.2 #431
- Weird slide animation #430
- Actions.pop() broken in v3.2.4 #428
- I think there are Example Errors #425
- How to forbid swipe back gesture in 3.x? #422
- Example project tabbar title and rightButton now showing up #421
- NavBar Title #417
- Unable to resolve module AssetRegistry #416
- Programmatically unmount previous components? #415
- Help with nested routing #412
- All TabBar views mounted on initial render #409
- Upgrading to V3.1.3 has broken replace type #408
- Add "tabBarStyle" to documentation #397
- Inner routes are not working if required as component #180
Merged pull requests:
- Revert "[WIP] Get Example app working with React 0.24+ " #538 (aksonov)
- Implement FOCUS_ACTION using createReducer approach #537 (lynndylanhurley)
- [WIP] Get Example app working with React 0.24+ #536 (cridenour)
- Set the example to use the supported version of React Native #534 (FearMediocrity)
- add more details about tabbar #533 (timzaak)
- Fix animation bug #526 (angeloashmore)
- Remove unused import #522 (sylvainbaronnet)
- Bug fix: childContextTypes not defined when DefaultRenderer is exported #518 (Olliepop)
- Allow getInitialState to be passed into Router as well as Scene #516 (lelandrichardson)
- Use current navigation state's button render functions during render #514 (Lida)
- Add getInitialState API to Scene and Router #509 (lelandrichardson)
- Add getSceneStyle api to Scene and Router #508 (lelandrichardson)
- Provide navigationState to scene's context #507 (lelandrichardson)
- Add
from
prop to navigation state for better pop animations #505 (lelandrichardson) - Fix npm test #504 (lelandrichardson)
- Upgrade example project to use RN 0.23.1 #497 (bosung90)
- change TabBar renderScene per RN 0.24 signature change #490 (joenoon)
- Removed transparent background to remove warning #448 #486 (giacomorebonato)
- Remove peerDependencies #479 (Mokto)
- Make
sceneStyle
work without having to apply styles manually #470 (domchristie) - Warn if you tried to render right(left) title but not specified all params. #469 (ugputu18)
- Small typos #464 (jeroenbourgois)
- fixed backbutton text width #439 (philipshurpik)
- Back button title #436 (philipshurpik)
- Update README.md #434 (Mokto)
- Issues template #433 (Mokto)
- Check properties sended in route are equal to prevent pushing new routes #432 (Mokto)
- make refresh by key modify the child data and not scene data. #429 (joenoon)
- Implementing 'reset' type for Scene #427 (nitsujri)
- Revert "change DefaultRenderer to correspond new API" #424 (aksonov)
- change DefaultRenderer to correspond new API #423 (philipshurpik)
- chore(navbar): Renamed variable #420 (RWOverdijk)
- fix to show correctly show navbar in tabs component #418 (philipshurpik)
- added possibility to use zero duration while navigating #414 (philipshurpik)
- Added tabBarStyle documentation #413 (Froelund)
- Feature/override images #411 (RWOverdijk)
- Add closing brackets #410 (RWOverdijk)
3.2.3 (2016-03-27)
Closed issues:
- getting an error from the chevron, any ideas to resolve? #405
- router bar crash and no show title #404
- Render all tabbar sub-scenes on any tab's click #403
- JS frame rate goes to -2.0 on Android deployed from Windows #401
- renderRightButton gets hidden by the nav bar on 3.2.2 #398
- Navigating to a Schene if you know the schenes key as a string. #396
- Calling Same Route with different props mounts it idefinitely #395
- New method
static renderNavigationBar
can`t keep front in transition animation #393 - Animation when nesting in a DefaultRenderer #387
- Persisting the state of a tab #386
- v3 After connecting Switch to Scene gettings infinite loops #385
- Double tapping on link creates a double view #384
- Converting circular structure to JSON warning #383
- Open Drawer from the navigation bar #382
- Transitions between scenes in tabs scenes are slow regardless of duration #381
- Back icon does not show title #380
- Key login is already defined - HMR 0.22 #376
- Jammed page can not respond #374
- Tab scenes are set to type="push" even tho type="jump" was initially declared #373
- Each tab component is rendered even when not selected #372
- Pass previous route details like title as props #371
- backButtonTitle doesn't appear #368
- How to config StatusBar? #367
- Only launch scene has sceneStyle of props #366
- Access component method in #365
- props not passed when switching tabs #364
- Issue with assert in Actions.js #363
- Props should be defined for stack #362
- this.props.sceneStyle of Example can't passed #361
- GetState #357
- pass Router props to all Scenes #356
- Very poor performance during transitions on Android (3.0.9) #355
- renderRightButton doesn't work #354
- Why could only React Native 0.22-rc is supported? #333
- How to push routes into tab from outside the tab router #209
Merged pull requests:
- Added DrawerExample #406 (Froelund)
- also need to retain parent during refresh. maybe other properties also? #402 (joenoon)
- clone option on Scene to dynamically push to current parent #400 (joenoon)
- use key from state.key to avoid losing the index_ prefix during refresh #399 (joenoon)
- pass current state to nav button handlers as argument #394 (philipshurpik)
- add back recording the new
current
. #391 (joenoon) - dont change anything other than the index on 'jump' #390 (joenoon)
- Fix navigationBarStyle for nested scenes #388 (chrissloey)
- Update README.md #379 (brettpappas)
- Update README.md #378 (jeroenbourgois)
- Update README.md #377 (jeroenbourgois)
- Fixed README #375 (iDams)
- Update README.md #369 (jeroenbourgois)
3.1.3 (2016-03-21)
Closed issues:
- Create scenes within a scene #353
- Custom NavBar has no ability to pass props #351
- Navigating to tab's child routes #350
- scenes transitions' animation about 3.0.11 is slower then 2.x #349
- tab don't work #348
- Changing transition animations in v3 #347
- Component will Unmount #345
- renderNavigationBar #344
- Pop listener #343
- Left back button not showing #342
- Custom back button #341
- How to have a transparent background? #340
- Unable to refresh badge count on tab icon #338
- Post working example of Switch? #337
- Back Button Styling #336
- componentWillMount called more than once, componentWillUnmount not called on scene change #335
- Actions.{destination-component} not working when located inside a method #334
- Navigation Bar #332
- this.props.data is undefine #331
- RCTRootView.h file not found #330
- Defined styles #329
- Action should be defined #328
- How to call nested scenes multiple times (Child keys must be unique) #327
- v3.0.7 - action should be defined #325
Merged pull requests:
- Support deeply nested scenes setting TabBar properties #360 (aksonov)
- Changes default transition duration to 300ms #352 (jerzxu)
- Fixed issue with NavBar #346 (ylquankai)
- Fixed issue with selected Tab #339 (jerzxu)
3.0.9 (2016-03-16)
Implemented enhancements:
- How to implement react-native-scrollable-tab-view? #257
- How to use react-native-custom-navigation module in this router ? #232
Closed issues:
- Example on how to use actionSheet #322
- Dynamic navigationBarStyle / sceneStyle #321
- Cannot read property 'dispatch' of undefined #320
- No animation when switching between routes #319
- Check auth onEnter #318
- NavBar Title #317
- Container offsets #316
- Multiple navigationBar buttons with renderRightButton #315
- improve docs for right navbar item, including onRight #314
- Navigation Titile on Android is in additional View instead of just being Text #312
- NPM Installation installs v3.0.2-alpha which doesn't have "Route" #311
- Getting "props should be defined for stack" #310
- Event when route changed? #309
- navigation bar apperas when swipe back to a non-navigation-bar scene #308
- Issues with unit testing components that import RNRF #306
- Problem with running the Example #305
- Navbar not updating #304
- Calling a child route from ListView #303
- Would this work with TabBarIOS? #302
- [help wanted] How to auto jump new route. #300
- Feature request - A method for printing header beneath navigation bar #299
- Calling the same modal component twice throws error on .dismiss() #298
- header option doesn't work #297
- Pop nested Router off main Router #296
- TabBar styling / overlays content #295
- How to get props from Actions.pop() #294
- DeviceEventEmitters getting lost on Action.pop() #292
- Actions.pop() on mounted but not visible component #291
- [Closed] hideTabBar do not work #289
- Segmented Control #288
- Title not being shown on Tab selection #287
- Custom styling of Back Button #286
- Title after pop with (custom title) #285
- Changing background colour that appears during animation #283
- Different navBars #281
- ExRouter Add onTransitionToTop method, have a best idear? #279
- TypeError: Cannot read property 'delegate' of null at ExRouter.componentWillUnmount #277
- Left Back button color #276
- navigationBarStyle in Route doesn't work #274
- Any recommendations for rendering badges on tabbar icons? #272
- Example has no Navigation Bar Buttons #269
- TabBar: inst.render is not a function #268
- Back button #267
- How to change scene outside of onPress() #266
- Navigation bar overlaps the content below #265
- componentDidMount not trigger on Actions.pop #264
- V2.3.6 "Current Router = undefined" when navigating from a child tab route to a parent tab route #263
- priority about showNavigationBar={false} and hideNavBar={true} #262
- NavBar is behind by one view in nested Router #261
- Clear example with top-level Redux
connect
#260 - Doing 'reset' as route type produces error #258
- Putting buttons in renderTitle? #256
- Navigation bar disappeared #255
- npm install fails #254
- Session to Login Screen Redirect #253
- Router overrides component's default name prop #252
- Cannot read property 'dispatch' of undefined on componentDidMount #251
- Accessing Route outside of Router looses Navigation bar (with Drawer) #250
- Ability to set background color #243
- Unable to set selected default tab #238
- Right Button call function from Component #236
- BEFORE_ROUTE action doesn't return the right route. #233
- Setting initial route on router? #230
- Dynamic Title #226
- Cannot read property "onWillFocus" of undefined #225
- How to render screen-specific navbar buttons? #224
- Module AppRegistry is not a registered callable module #217
- rerender navigator bar #215
- calling same route with different data #207
- Extremely slow on android #199
- Swipe gestures break navigation #197
- Animating modals #187
- Experimental Navigator API #186
- Screen goes blank when switching between tabs #174
- Check if router's stack is null before pop() #170
- How to style the Nav Bar ? #160
- How does the Actions pop(n)? #149
- componentWillUnmount is not triggered when a new route is pushed #131
- Scene transition not animated for type='replace' and type='switch' even when SceneConfig is supplied #125
- onEnter #78
- initial={true} on tab page doesn't work. #62
- Documentation example on how to integrate with a redux/flux architecture #56
- Hide TabBar #52
Merged pull requests:
- Make pop work on invisible component #313 (lrettig)
- fix unable to customize leftButton style #301 (plrthink)
- Added renderBackButton to ExRouter constructor #293 (jarredwitt)
- upgrade examples to React Native 0.21.0 #290 (peterp)
- Use route props first when determining route title #284 (jopecko)
- Added missing defaultRoute action to tabbar #282 (Nikamura)
- ExRouter add onTransitionToTop , like ExNavigator transitionToTop , … #280 (virtoolswebplayer)
- Check if current router exists #278 (jasonals)
- NoTransition scene config causes blank scenes #275 (keeth)
- typo in README #273 (Emilios1995)
- use hideNavBar in README example #271 (zxcpoiu)
- use hideNavBar in example. close #262 #270 (zxcpoiu)
- Pass updated props to an existing route #259 (lrettig)
- Fix pop handling for multi-pop situations #249 (JackWink)
- Set style on parent view of router #248 (dan-lee)
- Adding an example link for react-native-drawer #246 (efkan)
2.3.1 (2016-02-23)
Closed issues:
- I cannot use together with 'react-native-drawer' #242
- Unable to set selected default tab #241
- how can I select default tab in tabbar? #240
- Can't run example -- npm start fails with a Naming Collision #227
- Bug when Router appears, disappears, then appears again #221
2.3.0 (2016-02-23)
Closed issues:
- Any example on how to modify navbar to add custom button? #239
No current Router is set
issue #223- Redux Integration #220
- Swipe broken in example #206
- Move ExRouter and RouterIOS to 'plugins' folder #191
- Confusing nomenclature with the term router #188
- Change route dynamically #182
- Combining Router and navigation Drawer #92
Merged pull requests:
2.2.6 (2016-02-18)
Closed issues:
- internal server error: @exponent/react-native-action-sheet #219
- Dismiss not removing modal #216
- Swipe actions getting caught by react-native-router-flux #214
- renderRightButton with save button. #213
- Image Background #205
Merged pull requests:
- BaseRouter bug fix, add route data when dispatch BEFORE_FOCUS, AFTER_FOCUS #222 (jungsoo108)
- Add examples for animating modals #218 (sbycrosz)
2.2.5 (2016-02-16)
2.2.4 (2016-02-16)
Closed issues:
- Build breaking due to ExNavigator #208
2.2.3 (2016-02-16)
Closed issues:
- Navigation doesn't work when using Chrome debugging #210
- Adding buttons to Nav Bar #203
- Please how can i implement Router in react-native-scrollable-tab-view #198
- Router issues when popping from a modal presented from the root #192
- How to use the NavBar in teh Example/components folder? #189
- Router should pass its own props to Route's on subsequent renders #184
- Actions.currentRouter.currentRoute is not updated #183
- NPM and Github releases out of sync #178
- Swipe back is flaky #176
- "Cannot read property 'push' of undefined" when mounting router for the second time #172
- Passing data back to parent with Actions.pop? #171
- Tabbed Nested Router Re-use Question #169
- Passing props through Route #167
- Can't set Tab Screen to initial screen #166
- Non-fullscreen route #165
- Navigate To child route #164
- Can't get the navigationContext for didfocus and willfocus events #161
- Repetitive Infinite Tab appearing over itself #159
- How do I get the current route? #158
- Logging previous and next state incorrect #152
- Looking for help with customized navigation bar style #151
- Version 2.x breaks navbar styling, text is not justified vertically #147
- Resetting routers on tabs already selected #130
- when press back button in nested tab router, it will pop out #110
Merged pull requests:
- docs: update props list of Route object #212 (oureta)
- docs: update props list of Route object #211 (oureta)
- Add BEFORE_FOCUS and AFTER_FOCUS for swipe gesture handling. #204 (lynndylanhurley)
- Update info on Redux/Flux support #202 (mmazzarolo)
- Update info on Redux/Flux support #201 (mmazzarolo)
- Fixes passing route props again #200 (danielweinmann)
- Renames Router to BaseRouter and ReactRouter to Router and router prop on Router to plugin #196 (danielweinmann)
- Added Sidebar/Drawer support #195 (mmazzarolo)
- update react native version in gradle file #194 (peterlazar1993)
- upgraded generated react-native files to 0.19.0 #193 (philipshurpik)
- Passes Router props to Route's on subsequent renders #185 (danielweinmann)
- Documents Route's hideNavBar prop #181 (danielweinmann)
- remove duplicate lines #179 (iZaL)
- Get rid off white flickering line that appears underneath router header #175 (lananelson)
- Clears Actions.currentRouter when unmounting ExRouter if this is the … #173 (danielweinmann)
- Updated package.json to include GitHub URL #168 (ffxsam)
2.1.4 (2016-02-01)
Closed issues:
- Get current route onPop #156
- Pass type to Actions.route() #155
- NavBar button are below the title area. How can i fixed? #153
- Can't set Tab Screen to initial screen in v2.1.3 #148
- barButtonIconStyle, titleStyle, navigationBarStyle, sceneStyle ignored in Route that is inside nested Router #146
- Demo seems to be broken #145
- Push component from a function #144
- TabBar directly under NavBar #143
- Custom title not working #141
- Anyone else get Invalid name: "@exponent/react-native-navigator" during install? #140
- Add support for customizing right/left buttons #137
- Question: What is the proper way to style and use icons w TabBar? #136
- Getting currentRoute inside of Tab Route returns parent Route #133
- Router can't go
back
on tabs not first selected. #132 - Emergency: #129
- Can you explain what wrapRouter does ? #128
- [FR] Allow to explicitly specify backButtonText in Route #127
- With the master version,there can be double headers #126
- Hiding navbar with route type = switch #124
- Nested Schemas does not work #123
- [Android] Back Button closes/crashes app #122
- Question: Redux/Flux support #121
- Cannot read property 'parent' of undefined when tapping on tab bar item #120
- Get current route stack #117
- How to display navigation bar only on specific screens? #116
- Route is not defined #115
- How do I pop back to another router? #114
- Display image in navbar #113
- Header works only for the first Router level #112
- Route issue in mode dev=true #111
- Searchbox in NavigationBar? #109
- 2.x - Unable to display footer only on specific routes #107
- Setting initial props gives me an route is not defined #105
- ExNavigator (Styles) undefined #104
- NavBar overlays content #103
- Get current route stack/stack size #101
- renderRightButton example? #100
- Navigation Titile on Android is in additional View instead of just being Text #98
- Possible To Use Existing Routes & Components? #96
- How to only show Navbar Title? #95
- Add styles to Tabbar #94
- componentWillUnmount not called when I go to new route #91
- routeReducer not working properly #87
- TabBar may select two tab in Example #84
- Redirecting actions based on if/else generates error #82
- NavBars won't "easily show/hide" (iOS 9.2) #80
- Possible to go to specific tabbar tab using Actions? #75
- Selectively hide navigation bar #72
- Passing data to nested routers #71
- Setting up authentication to check if user is logged in #66
- onPop being called? #53
- Schema=popup in 1.x ? #51
- Styling the NavBar #47
Merged pull requests:
- Tap on tab to go to home #163 (MITDelian)
- Support passing type to Actions.route, fixes #155 #157 (adrienbrault)
- Stop popping if there is nowhere to go #154 (MITDelian)
- navigationStyles breaks on Android #150 (eranbes)
- Patch 2: fix a bug in Actions.pop #142 (lrettig)
- Update to README to reflect reset type routes #139 (rgoldiez)
- Allow tabBar custom style #138 (rturk)
- Update Component Name #135 (phoenixbox)
- Add onLeft, leftTitle, etc. route props #119 (lrettig)
- Allow for icon style and text style to be passed #118 (MITDelian)
- Add navigationStyles to ExNavigationBar. #108 (delta1)
- add reset action #106 (daemonchen)
2.0.2 (2016-01-04)
Closed issues:
- Passing the Navigation title in Action #99
- 2.0 (alpha) version branch #97
- TabBar speed... #90
- Is this how hidenavbar should work? #89
- How to push to new route within function? #88
- Jump to an existing route? #85
- Overlaying the nav bar #83
- BACK button on Android exits the app #81
- ExNavigator – Unexpected token? #76
- android launching error #68
- Animated Replace #67
- Back button doesn't work if not on tab 1 when implementing tabs in a subcomponent #64
- Schema doesn't work when implementing tabs in a subcomponent #63
- renderBackButton or renderLeftButton? #61
- add onEnter and onLeave hooks for Routes #60
- Issues implementing tabs in subcomponent #59
- Ignore
.idea
directory for better readability? #54 - How to hide navbar? #50
- Tabs NavBar doesn't show on first reroute #49
- It doesn't work with [email protected] #43
- Routes inside of a tab container? #42
- Navbar is hidden in pages even if hideNavBar is false #41
- why the animation is forbidden in Container.js #40
- Example broken with latest react-native-navbar #33
- Testing with jest breaked #32
- Intercept transitions #29
- Is it able to create multiple router instances? #26
- PopUp View can't call programatically.... #25
Merged pull requests:
- 2.0 #102 (aksonov)
- Improved documentation #86 (emrosenf)
- Comment out console.log in push #79 (ghost)
- Add a Gitter chat badge to README.md #74 (gitter-badger)
- Use
initialRouteStack
instead ofinitialRoute
#73 (liuyaodong) - Allow for renderTitle to be passed through #70 (MITDelian)
- clear 'npm install' artifacts from package.json #58 (ghost)
1.0.1 (2015-12-10)
Closed issues:
- New demo #46
Merged pull requests:
1.0.0 (2015-12-09)
Closed issues:
- Go back twice? #39
- replace does not call componentWillUnmount for replaced component #36
- Can it use with react-redux/native ??? #34
- Changeing Tab in Container #28
- [Android] transition effects stopped working after RN 0.13 update #27
- Getting state from Route at NavBar #24
- How do I use Actions.reset() method? #23
- Unable to Launch TabBar on Android #22
- Unable to Launch TabBar on Android #21
- Example of calling Action from a fucntion? #20
- Android Support #19
- Swipe to go back #17
- Notification Count with TabBar #16
- Get current route in parent element #15
- Drawer layout on some routes #14
- Warning when calling an Action #13
- How to trigger "Replace" from Router Actions? (instead of push,pop) #12
Merged pull requests:
- 1.0 release #45 (aksonov)
- Use javascript syntax highlighting in examples #38 (danscan)
- Update package.json #35 (Mokto)
- fix iOS demo[bundle url & packager failed with npm start] #30 (qbig)
0.3.0 (2015-10-05)
0.2.2 (2015-09-29)
0.2.0 (2015-09-29)
Closed issues:
- Changing the FlatFloatFromRight shadow color #10
- Cannot find module buildStyleInterpolator #9
- God it would be nice if... #8
v0.1.10 (2015-09-25)
Closed issues:
- Nitpicking #7
Merged pull requests:
v0.1.1 (2015-09-07)
Closed issues:
- Breaks when minified #4
v0.1.0 (2015-09-07)
Closed issues:
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator