7d919d38e9
								
							 
						 
						
							fix for late packer start 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								c7c4507639
								
							 
						 
						
							fix packager init 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								f8f0ad21b4
								
							 
						 
						
							packager edge case fix 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								822afefd7e
								
							 
						 
						
							Return empty Drawable when bridge isn't available (#1360 ) 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								9de187e5b1
								
							 
						 
						
							update v1tov2diff 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								690840353e
								
							 
						 
						
							dismissAllModals android 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								35c61b450f
								
							 
						 
						
							Fixes for dynamically controlling iOS drawer status (#1356 ) 
							
							
* Fix iOS drawer status control
* Prevent MMDrawerController disabling UI interaction when accidentally assigning a nil drawer controller and toggling that drawer 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								42cf87443c
								
							 
						 
						
							Create v1tov2diff.md 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								e29fcf4d36
								
							 
						 
						
							refactor e2e 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								0381fd0f98
								
							 
						 
						
							Feature/set drawer enabled ios (#1347 ) 
							
							
* setDrawerEnabled with params side and enabled
* Tweak docs, small RCCDrawerController fix
* Correct indents
* Correct indents 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								1d9b02d4a1
								
							 
						 
						
							Use hardcoded BottomTabs height in visibility animator constructor (#1353 ) 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								3cd5f34804
								
							 
						 
						
							Create styling-the-navigator.md 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								f6f6dc597c
								
							 
						 
						
							Add tabBarHidden key to docs (#1345 ) 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								6c11aad4ec
								
							 
						 
						
							Title bar visibility bug (#1346 ) 
							
							
* Fix title bar not displayed if it was initially hidden
Also cleaned up VisibilityAnimator.
* Move visibility animator into topBar 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								1eefe4bef5
								
							 
						 
						
							modals android 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								8fd1a231ad
								
							 
						 
						
							Revert "Fix title bar not displayed if it was initially hidden (#1341 )" (#1342 ) 
							
							
This reverts commit 7919e65932 . 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								7919e65932
								
							 
						 
						
							Fix title bar not displayed if it was initially hidden (#1341 ) 
							
							
Also cleaned up VisibilityAnimator. 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								ec0493fb01
								
							 
						 
						
							showModal android 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								74a7bcef9d
								
							 
						 
						
							Create v1tov2diff.md 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								d9d89e2410
								
							 
						 
						
							back to no android e2e on CI 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								a71a4aa327
								
							 
						 
						
							back to trying to run ARM 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								48fbe55599
								
							 
						 
						
							upgrade example e2e tests to detox 5 + RN 44.2 (#1337 ) 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								5476b8c8a1
								
							 
						 
						
							try run emulator on Travis 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								01b3287c7e
								
							 
						 
						
							try run emulator on Travis 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								b3276f51ea
								
							 
						 
						
							try run emulator on travis 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								7d800f2a09
								
							 
						 
						
							try run android emulator on travis 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								6b0ce5ba90
								
							 
						 
						
							changed this.props.id to this.props.containerId (#1327 ) 
							
							
* changed this.props.id to this.props.containerId
* fixed js tests
* refactor 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								3176aeb448
								
							 
						 
						
							Add a way to dynamically enable/disable a side menu for Android (#1326 ) 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								94d01386a6
								
							 
						 
						
							[iOS] Fix disabledBackGesture. (#1281 ) 
							
							
* Fix disabledBackGesture.
This `return self._disableBackGesture ? self._disableBackGesture : YES;` check is incorrect, it's the same as `true ? true : true;`.
Also `_disableBackGesture` was never set. We should just `return disabledBackGestureBool` (bool value of the prop).
* [iOS] Enable back swipe gesture when a navBar is hidden. Resolves this issue: https://github.com/wix/react-native-navigation/issues/930 
added 03d380f8a9  back and also applied this fix https://github.com/wix/react-native-navigation/issues/428#issuecomment -278268928  on top of it
* Revert accidental commit: 3cdb1b37f6  
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								c16d3dcd0f
								
							 
						 
						
							Update v1tov2diff.md 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								31c2b8aa24
								
							 
						 
						
							Update v1tov2diff.md 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								e837e364ad
								
							 
						 
						
							docs, feature parity, about - work in progress (#1328 ) 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								f4c39727dd
								
							 
						 
						
							navigationOptions 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								d74751dd80
								
							 
						 
						
							Add screen events for side menus on Android (#1324 ) 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								bb9a7a4002
								
							 
						 
						
							Change "tabs" to "bottomTabs" (#1314 ) 
							
							
* Change "tabs" to "bottomTabs"
* Fix failing test 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								242c3bd5e8
								
							 
						 
						
							update to node 7 due to bug in npm5 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								6e7576afdc
								
							 
						 
						
							v2.0.31 [ci skip] 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								5a914c4523
								
							 
						 
						
							v2.0.30 [ci skip] 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								2112c4811b
								
							 
						 
						
							v2.0.29 [ci skip] 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								b200a91d72
								
							 
						 
						
							update package.json 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								492c7927fd
								
							 
						 
						
							v2.0.29 [ci skip] 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								a39182642c
								
							 
						 
						
							v2.0.28 [ci skip] 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								d7596652fd
								
							 
						 
						
							v2.0.27 [ci skip] 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								9b09012324
								
							 
						 
						
							v2.0.26 [ci skip] 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								1c948ee9b2
								
							 
						 
						
							v2.0.25 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								7f3de373d8
								
							 
						 
						
							v2.0.24 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								adbf388ca5
								
							 
						 
						
							v2.0.23 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								0aa23a290a
								
							 
						 
						
							v2.0.22 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								3b74b96ec9
								
							 
						 
						
							v2.0.21 
							
							
						 
						8 anos atrás  
				
					
						
							
								 
						
							
								f342c57033
								
							 
						 
						
							force version 
							
							
						 
						8 anos atrás