22542842f5
								
							 
						 
						
							fix tests 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								c740b3f22f
								
							 
						 
						
							Update build tools version 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								0ef6c03bbc
								
							 
						 
						
							Set layout style after modal dismiss 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								466387287f
								
							 
						 
						
							deep stack passProps fix 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								b081e69146
								
							 
						 
						
							save additional screens passProps 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								97d62f9c34
								
							 
						 
						
							deep stack for startTabBasedApp and startSingleScreenApp (#2770 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								993992daf7
								
							 
						 
						
							Added ability to specify font size for tab bar labels on Android (#2754 ) 
							
							
* Added bottomTabFontSize and bottomTabSelectedFontSize properties for android tab bar
* Added tabFontSize and selectedTabFontSize properties to the doc
* Fix default values of bottomTabFontSize and bottomTabSelectedFontSize properties. 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								e0a6ff2dad
								
									
										
											
								
							 
						 
						
							[Android] Add ability to start app with deep stack (#2761 ) 
							
							
For example, the following code will start a single screen app with two
screens pushed into the stack.
```js
Navigation.startSingleScreenApp({
    components: [
    {
      screen: 'example.Types',
      title: 'Navigation Types',
      overrideBackPress: true
    },
    {
      screen: 'example.Types.CustomButtonScreen',
      title: 'Custom Buttons'
    }
  ]
});
``` 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								3240f8eaf6
								
							 
						 
						
							[iOS] Allow set view controllers to be called with multiple components (#2247 ) 
							
							
* Refactor resetTo view controller creation into function
This will allow for multiple view controllers to call the same function to create their instance.
* Configure resetTo to take multiple components to set view controllers for
This allows for a navigation stack to be recreated with multiple view controllers rather than just one.
* Breakup view controller initializer into multiple lines for legibility 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								ecba954778
								
							 
						 
						
							Document subtitle parameter for screen push (#2735 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								674a43d0a8
								
							 
						 
						
							Fix EmptyStackException (#2746 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								edd1dddc71
								
							 
						 
						
							Reject promise if push fails 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								e437b7a23a
								
							 
						 
						
							Set titleBarSubTitleTextCentered as navigator style for android (#2611 ) 
							
							
* Set titleBarSubTitleTextCentered as navigator style
- Adapt title center
* fixed false declaration 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								ddac4b88bd
								
							 
						 
						
							Send bottomTabSelected event by tab index 
							
							
relates to #2711  
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								e0b57e9aa6
								
							 
						 
						
							Send bottomTabSelectedEvent before switching tab 
							
							
fixes #2711  
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								e11864621e
								
							 
						 
						
							Fix the json format 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								098d5f37b9
								
							 
						 
						
							Revert "Delay onDisplay until react finishes layout cycle" 
							
							
This reverts commit 90b47f7910 . 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								f366b3811e
								
							 
						 
						
							Throw exception when calling startTabBasedApp with zero tabs 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								dbc899077b
								
							 
						 
						
							Update broken links (#2677 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								60e62e1a53
								
							 
						 
						
							Update example app to RN 0.53 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								90b47f7910
								
							 
						 
						
							Delay onDisplay until react finishes layout cycle 
							
							
Apparently runOnPreDraw is not enough anymore, possibly broke in RN 0.51 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								8856d57663
								
									
										
											
								
							 
						 
						
							Update README.md 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								5b0b03984f
								
							 
						 
						
							[Android] Add backwards compatible support for react-native 0.52.0 (#2580 ) 
							
							
Support for react-native 0.52.0
Rename `DevCommandsHandlerProxy` to `DevHelperProxy` so it reflects the changes in RN. See d19afc73f5  
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								908e4c12a0
								
							 
						 
						
							fix #2616  (#2638 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								93330715a4
								
							 
						 
						
							Added requiresMainQueueSetup to prevent warning and future side-effects on RCCManagerModule (#1983 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								96c1436357
								
									
										
											
								
							 
						 
						
							Inset adjustment behavior should be automatic 
							
							
Otherwise, if the users sets custom insets (additional insets), they override the system adjusted insets. This is not the expected behavior. 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								a0d9518117
								
							 
						 
						
							launchArgs format 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								edf50010af
								
									
										
											
								
							 
						 
						
							Remove unneeded code 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								a90752dd78
								
							 
						 
						
							launch args fix 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								0f2ade7f77
								
							 
						 
						
							fixed android getLaunchArgs 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								c3e600dde9
								
							 
						 
						
							update gradle 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								8c21b85bb4
								
							 
						 
						
							fixed android getLaunchArgs 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								b80e53ee37
								
							 
						 
						
							fix ios 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								d05c0c76a8
								
							 
						 
						
							Merge branch 'master' into getLaunchArgs 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								d6356133bf
								
							 
						 
						
							getInitialProps ios support (#2606 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								f9005cc91a
								
							 
						 
						
							getLaunchArgs android 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								b2454ebc5a
								
									
										
											
								
							 
						 
						
							Revert "[iOS] Large title text attributes (#2112 )" (#2603 ) 
							
							
This reverts commit f7ec9ee840 . 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								f7ec9ee840
								
							 
						 
						
							[iOS] Large title text attributes (#2112 ) 
							
							
* Add support for setting larget title text attributes
* Add documentation for setting large text attributes
See https://developer.apple.com/documentation/uikit/uinavigationbar/ 2919946 -largetitletextattributes 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								570dba802c
								
							 
						 
						
							xcode 8 crash fix 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								d9f267c326
								
							 
						 
						
							Add support for prefersLargeTitles in iOS 11 (#2593 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								a0e6bcccc9
								
									
										
											
								
							 
						 
						
							Extend SafeAreaView to support iOS 10 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								bb3dff9ded
								
							 
						 
						
							Revert "SetStyle fix (#2539 )" 
							
							
This reverts commit 883dcfe49f . 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								05f723122f
								
							 
						 
						
							Enable Swipedown to dismiss on bottom aligned notification iOS (#2567 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								883dcfe49f
								
									
										
											
								
							 
						 
						
							SetStyle fix (#2539 ) 
							
							
* fixes #2524  
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								dc07bbbda3
								
									
										
											
								
							 
						 
						
							Update ISSUE_TEMPLATE 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								5e5fbf08fe
								
							 
						 
						
							fix(start app): show red screen in case an error is thrown while starting the app (#2556 ) 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								35ee99c71a
								
									
										
											
								
							 
						 
						
							Xcode 8 fixes 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								a1d2bd9dee
								
							 
						 
						
							fixed swizzle in xcode 8 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								485623074f
								
									
										
											
								
							 
						 
						
							Back-port insets fix to v1 
							
							
						 
						7 lat temu  
				
					
						
							
								 
						
							
								e2ffed41cf
								
							 
						 
						
							Solved doc formatting issues (#2544 ) 
							
							
						 
						7 lat temu