8d372a7b66
								
							 
						 
						
							bottom tabs styles 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								735ac83cbb
								
									
										
											
								
							 
						 
						
							Stack depth android (#2559 ) 
							
							
* Support creating stack with multiple children
* Add e2e 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								3150c39335
								
									
										
											
								
							 
						 
						
							Android overlay (#2557 ) 
							
							
* Initial overlay implementation on Android
* Move logic to touch delegate
* Implement dismiss Overlay
* Overlay e2e
* fix iOS e2e 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								f8fa7341a1
								
							 
						 
						
							Allow subclasses of NavigationApplication to provide a custom ReactNativeHost. (#2552 ) 
							
							
Currently the default NavigationReactNativeHost only adds the NavigationPackage. Users of React Native Navigation may need to override additional methods in ReactNativeHost. This change allows advanced users to provide their own implemenation of ReactNativeHost, with the requirement that they add the NavigationPackage themselves. 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								6d37f28862
								
							 
						 
						
							ios unit test fixed 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								2dbc1f44de
								
							 
						 
						
							update readme 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								0016d21df5
								
							 
						 
						
							refactored navigation options 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								711ba9ec64
								
									
										
											
								
							 
						 
						
							Xcode 8 fix 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								0d9711d4a6
								
									
										
											
								
							 
						 
						
							Support iOS 11 scroll view insets 
							
							
Closes #653  
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								82d69ee277
								
									
										
											
								
							 
						 
						
							Adapt TopTabs to new API (#2540 ) 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								1446cd2fe9
								
									
										
											
								
							 
						 
						
							V2 overlays (#2510 ) 
							
							
* overlay support 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								3dd96a94ef
								
									
										
											
								
							 
						 
						
							Load icons on main thread (#2536 ) 
							
							
Only reason to offload icon loading to background thread is to avoid
supposed network on main thread calls which happen only in debug since
icons are passed loaded from localhost. 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								bb77b8ca4a
								
									
										
											
								
							 
						 
						
							Stack layout android (#2531 ) 
							
							
* Change topBar backgroundColor to Color object
* StackLayout implementation
Unfortunately, this commit also contains a lot of refactoring and a few
bug fixes relating to styles.
* TopBar is not part of Component, instead it's a part of StackLayout
  and shared between all components pushed to the stack Similar to iOS.
* Handle ScrollEvent in ReactView instead of passing the listener down
* Implement Fraction and Text null objects for style params
* Converted a few style params to null objects. This fixes some styles
  being applied even when they were not specified explicitly.
* Stop sending null promise to commands
* Seperate push and pop into animatePush/push and animatePop/pop
  to avoid boolean param
* Adapt TopTabs to new API 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								abb67a2640
								
									
										
											
								
							 
						 
						
							Push and Pop always accept a promise (#2514 ) 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								57f5d6dbe4
								
									
										
											
								
							 
						 
						
							top tabs example layout fix (#2513 ) 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								5578b9507a
								
									
										
											
								
							 
						 
						
							V2 default options (#2489 ) 
							
							
* default options support
* refactored navigation options 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								f9151f0314
								
							 
						 
						
							Pull EventDispatcher to Application scope (#2508 ) 
							
							
Application class can now be accessed statically using Context to access AppModule
which provides dependencies needed throughout the app. 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								3a9e8d5368
								
									
										
											
								
							 
						 
						
							Refactor towards StackLayout (#2506 ) 
							
							
* Deleted getContentView method
* Delete Custom dialog code
* Delete topTab code
* sendOnNavigationButtonPressed was pulled to a dedicated interface 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								8bf80cf82f
								
									
										
											
								
							 
						 
						
							Ensure ReactView isn't created after it's destroyed (#2503 ) 
							
							
* Ensure ReactView isn't created after it's destroyed
Fixes #2490 
* Rebase fixes and renames 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								6cead57c5f
								
							 
						 
						
							fix e2e, fixed indentation 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								74f377fca7
								
							 
						 
						
							fix android unittests 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								c18dcbf2c3
								
							 
						 
						
							rename to component 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								93849dfd0c
								
							 
						 
						
							Merge branch 'v2' of https://github.com/wix/react-native-navigation  into v2 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								1586de0ef7
								
							 
						 
						
							Fixes issues#1397 (#1816 ) 
							
							
https://github.com/wix/react-native-navigation/issues/1397  
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								c461d05f6f
								
							 
						 
						
							fix tests 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								da2007bf26
								
							 
						 
						
							Merge branch 'newAPI' into v2 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								a9e2068508
								
							 
						 
						
							Topbar v2 (#2413 ) 
							
							
* readme
* doc
* topbar fix
* rm doc
* options presenter fix
* rm userless stuff
* WIP
* WIP
* WIP
* translation
* WIP
* todo
* draw under
* fix merge
* merge fix
* more merge fix
* improve calc
* animation improvement
* fix tests
* refactor
* refctor
* tests
* fix test
* anim improve
* rm outdated
* refactoring
* more refactoring
* tests
* refactor
* hotfix
* more refactoring
* refactor
* some more refactoring
* refactor
* Collapse topbar 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								35f4f03286
								
							 
						 
						
							fix android e2e 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								9464f6f6a6
								
							 
						 
						
							rename navigationOptions ios 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								8445e92eec
								
							 
						 
						
							rename navigationOptions 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								cb8a36f97f
								
							 
						 
						
							fix push params 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								70e66508ed
								
							 
						 
						
							Merge branch 'v2' into newAPI 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								a93cb53718
								
							 
						 
						
							refactor eventListener 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								fd8cda2c51
								
							 
						 
						
							Pop modal stack on back press 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								0bd6e7dfcd
								
							 
						 
						
							Implement push into modal 
							
							
closes #2487  
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								854a5d7324
								
							 
						 
						
							e2e fix 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								222a07d5b8
								
							 
						 
						
							fix e2e 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								c032c0d045
								
							 
						 
						
							rename container->component android 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								b2ade91ee7
								
							 
						 
						
							rename container->component android 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								ef681b07fd
								
							 
						 
						
							fix most e2e 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								829017db6f
								
							 
						 
						
							fix ios test 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								ebf09b6e2e
								
							 
						 
						
							rename container-->component ios 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								f273a915b9
								
							 
						 
						
							Merge branch 'v2' into newAPI 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								3bdf081e8b
								
									
										
											
								
							 
						 
						
							Update README.md 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								c85c18baca
								
									
										
											
								
							 
						 
						
							Update README.md 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								efc0ed932f
								
							 
						 
						
							disable gen-doc 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								e45e2057e6
								
							 
						 
						
							fix tests 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								636b27e000
								
							 
						 
						
							renaming 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								42333a1be8
								
							 
						 
						
							keep renaming 
							
							
						 
						7 gadus atpakaļ  
				
					
						
							
								 
						
							
								ab7f295042
								
							 
						 
						
							continue rename 
							
							
						 
						7 gadus atpakaļ