b7b7985934
								
							 
						 
						
							[v2][ios11, ios12] Add searchBar option for topBar (#3303 ) 
							
							
* [ios11+] Add searchBar option for topBar
* Fix formatting and linter issues
* Add docs about topBar.searchBar
* Fix missing semicolons
* Revert prettier changes
* Add js tests for onSearchBarUpdated to achieve 100% coverage
* Mark searchBar test as :ios: specific 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								e6a43036fc
								
									
										
											
								
							 
						 
						
							Adresses #3024  (#3328 ) 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								9cfa8ce61f
								
							 
						 
						
							disable flaky test 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								ecc5c1418e
								
							 
						 
						
							removed console 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								548f2653c9
								
							 
						 
						
							Fixed backButtonImage on iOS 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								db013e8e67
								
							 
						 
						
							Adresses #3272  
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								24bf500ad3
								
							 
						 
						
							Adresses #3290  
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								332478d418
								
							 
						 
						
							Merge branch 'v2' of github.com:wix/react-native-navigation into v2 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								6c97a14d3b
								
							 
						 
						
							Adresses ##3292  
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								0b78d94d40
								
							 
						 
						
							Revert "Skip push a screen to ensure its not there after reload test" 
							
							
This reverts commit 685009bc23 . 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								685009bc23
								
							 
						 
						
							Skip push a screen to ensure its not there after reload test 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								64d7888161
								
							 
						 
						
							Adresses #3171  
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								994ec6326b
								
							 
						 
						
							Adresses ##3266  
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								2bb15524e2
								
							 
						 
						
							hacking some weird NativeModules behaviour 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								8805f4bda7
								
							 
						 
						
							Resolve showOverlay promise after Overlay appeared 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								2f4ede0bde
								
							 
						 
						
							Merge branch 'v2' of https://github.com/wix/react-native-navigation  into v2 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								0a87f8bb05
								
							 
						 
						
							constants initialized lazily, js testing support 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								164729ae01
								
							 
						 
						
							Add e2e for pushing screens from side menu 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								8bc56e304d
								
							 
						 
						
							Remove lock file and lock RN version to 0.51.1 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								f0225113f8
								
							 
						 
						
							Mount all children when creating BottomTabs layout 
							
							
When selected tab changes - change visibility instead of adding and removing views from hierarchy 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								e1d28d61ae
								
							 
						 
						
							Use linearInterpolator as default interpolator for command animations 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								d794bd7fef
								
							 
						 
						
							Document Options.animations 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								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();
            }
        };
    }
``` 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								b984d00fb9
								
							 
						 
						
							Clean up docs a bit 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								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 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								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 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								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. 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								53126504d0
								
							 
						 
						
							Fix wrong title declaration in TopTabs screen 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								b9b699c986
								
							 
						 
						
							Move options.topTabs to correct node 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								093347c04b
								
							 
						 
						
							Fix TopTabs selected and unselected colors 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								9dd0c2e3aa
								
							 
						 
						
							Additional work addressing flaky e2e 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								667fa5a188
								
							 
						 
						
							Enable `unmounts when dismissed` e2e 
							
							
Hopefully increasing button size will eliminate flakyness 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								ab49d49111
								
							 
						 
						
							Suppress visibility warning for NavigationReactNativeHost ctor 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								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 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								f5df828e1b
								
									
										
											
								
							 
						 
						
							Testing new multi pr job (#3287 ) 
							
							
* Testing new multi pr job
* Disable unmounts when dismissed 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								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. 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								3f5ef419b7
								
							 
						 
						
							update docs 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								7653a17335
								
							 
						 
						
							Updated TopBar buttons doc page 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								06275eb229
								
							 
						 
						
							Change Android device to Pixel_2_API_26 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								fa0a23c95b
								
							 
						 
						
							Fix crash when pushing into a stack located in BottomTabs 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								c9d776e2af
								
							 
						 
						
							Update docs 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								f822fac935
								
							 
						 
						
							Implement layout options 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								19b657b218
								
							 
						 
						
							Update layout types docs 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								94bf489274
								
							 
						 
						
							Document borderColor and borderHeight 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								1b8e762d1d
								
							 
						 
						
							Implement topBar.borderColor and topBar.borderHeight 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								c57fcf2c79
								
							 
						 
						
							Implement layout.topMargin 
							
							
This option property lets us set a top margin to a component which can be useful sometimes
when using statusBar.drawBehind. 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								7fca939187
								
							 
						 
						
							Fix markdown syntax in events.md 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								ef557cf540
								
							 
						 
						
							Fix tests and compilation error after removing screenBackgroundColor 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								6a3df31009
								
							 
						 
						
							Expose statusBarHeight in Navigation.constants 
							
							
						 
						7 年 前  
				
					
						
							
								 
						
							
								722698072b
								
							 
						 
						
							Remove screenBackgroundColor from Options.java 
							
							
						 
						7 年 前