ecc5c1418e
								
							 
						 
						
							removed console 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								548f2653c9
								
							 
						 
						
							Fixed backButtonImage on iOS 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								db013e8e67
								
							 
						 
						
							Adresses #3272  
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								87f4738fcc
								
									
										
											
								
							 
						 
						
							Update README.md 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								767866c5f3
								
							 
						 
						
							Update docs for example project (#3315 ) 
							
							
Fix broken link and mention the new redux example project. 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								d3e143de19
								
									
										
											
								
							 
						 
						
							Update readme with information regarding v2 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								24bf500ad3
								
							 
						 
						
							Adresses #3290  
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								332478d418
								
							 
						 
						
							Merge branch 'v2' of github.com:wix/react-native-navigation into v2 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								6c97a14d3b
								
							 
						 
						
							Adresses ##3292  
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								0b78d94d40
								
							 
						 
						
							Revert "Skip push a screen to ensure its not there after reload test" 
							
							
This reverts commit 685009bc23 . 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								685009bc23
								
							 
						 
						
							Skip push a screen to ensure its not there after reload test 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								64d7888161
								
							 
						 
						
							Adresses #3171  
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								994ec6326b
								
							 
						 
						
							Adresses ##3266  
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								2bb15524e2
								
							 
						 
						
							hacking some weird NativeModules behaviour 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								8805f4bda7
								
							 
						 
						
							Resolve showOverlay promise after Overlay appeared 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								2f4ede0bde
								
							 
						 
						
							Merge branch 'v2' of https://github.com/wix/react-native-navigation  into v2 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								0a87f8bb05
								
							 
						 
						
							constants initialized lazily, js testing support 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								164729ae01
								
							 
						 
						
							Add e2e for pushing screens from side menu 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								8bc56e304d
								
							 
						 
						
							Remove lock file and lock RN version to 0.51.1 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								52d9690c22
								
							 
						 
						
							Remove broken link in README (#3300 ) 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								f0225113f8
								
							 
						 
						
							Mount all children when creating BottomTabs layout 
							
							
When selected tab changes - change visibility instead of adding and removing views from hierarchy 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								e1d28d61ae
								
							 
						 
						
							Use linearInterpolator as default interpolator for command animations 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								d794bd7fef
								
							 
						 
						
							Document Options.animations 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								7a0bc3f8bd
								
							 
						 
						
							Exposed getUiImplementationProvider for people to override if needed (#3295 ) 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								4c8d48b1b5
								
							 
						 
						
							Implement a synchronous UiImplementation 
							
							
Related to #2892 
To use it, Override `createReactNativeHost` in MainApplication as follows:
```java
    @Override 
    protected ReactNativeHost createReactNativeHost() {
        return new NavigationReactNativeHost(this) {
            @Override 
            protected UIImplementationProvider getUIImplementationProvider() {
                return new SyncUiImplementation.Provider();
            }
        };
    }
``` 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								b984d00fb9
								
							 
						 
						
							Clean up docs a bit 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								2f5185bdde
								
							 
						 
						
							Implement TopBar.elevation option 
							
							
This commit also changes the way TopBar background color is applied.
Instead of applying it to the TitleBar, it's applied to the entire TopBar layout 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								4c76331757
								
							 
						 
						
							Fix screenshots links to React Native's docs (#3302 ) 
							
							
The links were pointing to the wrong documentation sections. 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								aca8b49df4
								
							 
						 
						
							Implement BottomTabs.titleDisplayMode styling option 
							
							
This option allows to control when tab titles are displayed
* showWhenActive: when a tab is focused
* alwaysShow: show regardless of which tab is in
* alwaysHide: never show tab titles 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								b2a8ac41e5
								
							 
						 
						
							Support topTabs.height style option 
							
							
This commit also changes the way TopTabs options are handled. As the TabLayout
is part of the TopBar, it's the StackControllers responsibility to set TopTabs options. 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								53126504d0
								
							 
						 
						
							Fix wrong title declaration in TopTabs screen 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								b9b699c986
								
							 
						 
						
							Move options.topTabs to correct node 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								093347c04b
								
							 
						 
						
							Fix TopTabs selected and unselected colors 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								9dd0c2e3aa
								
							 
						 
						
							Additional work addressing flaky e2e 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								667fa5a188
								
							 
						 
						
							Enable `unmounts when dismissed` e2e 
							
							
Hopefully increasing button size will eliminate flakyness 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								ab49d49111
								
							 
						 
						
							Suppress visibility warning for NavigationReactNativeHost ctor 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								7c422f7fa1
								
							 
						 
						
							[v2] Preview peek and pop (iOS) (#3273 ) 
							
							
* V2: Peek and pop
* Add event when preview is dismissed in non commit mode
* tslint
* Refactor playground. Document preview api
* Added width prop
* Implement hybrid push/preview button
* Fixing small linting errors 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								70bdb2b780
								
							 
						 
						
							support config 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								f5df828e1b
								
									
										
											
								
							 
						 
						
							Testing new multi pr job (#3287 ) 
							
							
* Testing new multi pr job
* Disable unmounts when dismissed 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								fefd96f7e8
								
							 
						 
						
							InterceptTouchOutside only when requested explicitly by the user 
							
							
This works around an issue with RN's view reconciliation when the
root component has no background color defined. 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								3f5ef419b7
								
							 
						 
						
							update docs 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								7653a17335
								
							 
						 
						
							Updated TopBar buttons doc page 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								8fbb82391d
								
							 
						 
						
							Push stale config 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								06275eb229
								
							 
						 
						
							Change Android device to Pixel_2_API_26 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								fa0a23c95b
								
							 
						 
						
							Fix crash when pushing into a stack located in BottomTabs 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								c9d776e2af
								
							 
						 
						
							Update docs 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								f822fac935
								
							 
						 
						
							Implement layout options 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								19b657b218
								
							 
						 
						
							Update layout types docs 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								94bf489274
								
							 
						 
						
							Document borderColor and borderHeight 
							
							
						 
						před 7 roky  
				
					
						
							
								 
						
							
								1b8e762d1d
								
							 
						 
						
							Implement topBar.borderColor and topBar.borderHeight 
							
							
						 
						před 7 roky