a1b91cd452
								
							 
						 
						
							Don't parse back button is json is empty 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								b6520cd337
								
							 
						 
						
							fix lint 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								97b83e8124
								
							 
						 
						
							Add YellowBoxed back to ReactRootViews before unmount 
							
							
Apparently, UiImplementation doesn't like it when views disappear from hierarchy unexpectedly.
As yellow boxes are added to all ReactRootViews, we remove them from TopBar components.
When these components got unmounted, UiImplementation tried to remove the yellow box and since it
couldn't find it - it crashed.
This commit simply adds the yellow box before views are unmounted. 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								7ac78c2b3c
								
							 
						 
						
							Fix setStackRoot animation documentation (#3849 ) 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								6c3fb8d3e9
								
							 
						 
						
							Fix some typo issues. (#3852 ) 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								dfa6ba6c4d
								
							 
						 
						
							Closes #3861  
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								fd483a00ea
								
							 
						 
						
							Emit ModalDismissed event before resolving dismissModal promise 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								5d54ed5bf9
								
							 
						 
						
							Fix unit tests Android 
							
							
Stack related options are applied only if the view is visible, for now this is a reasonable fix. 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								2fb2885608
								
							 
						 
						
							Merge child options in stack controller only if child is visible 
							
							
This needs to be addressed for other ParentControllers as well 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								8948b6af0c
								
							 
						 
						
							Restore detox timeout value 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								68373759c0
								
									
										
											
								
							 
						 
						
							Button unmount (#3856 ) 
							
							
Unmount buttons when corresponding screen is unmounted
Currently buttons were unmounted each time a screen was pushed to the stack.
As we're clearing props when screens are unmounted from the prop store - when a screen
was popped to - its buttons's props were undefined.
This commit changes things so that buttons are unmounted when buttons are set
using mergeOptions and when the corresponding screen is unmounted. 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								47abec7f10
								
							 
						 
						
							Closes #3823  
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								26616fc4cc
								
							 
						 
						
							handle buttonPressed event in rootViewController 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								cc88900123
								
							 
						 
						
							fixes crash on iOS 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								f66556accf
								
							 
						 
						
							Gradle version back to 3.0.1 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								fcb923662b
								
									
										
											
								
							 
						 
						
							Update Jenkins build status badge 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								293d6bc195
								
									
										
											
								
							 
						 
						
							Fix broken jenkins build status badge 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								d0aa2e2c0b
								
									
										
											
								
							 
						 
						
							Update build.gradle 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								caff3b8801
								
							 
						 
						
							Fixes button react component props 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								f36f5dc0c3
								
							 
						 
						
							Downgrade gradle version from 3.1.4 to 3.1.0 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								ee34b86f26
								
							 
						 
						
							Upgrade gradle from 3.0.1 to 3.1.4 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								62125f9a8f
								
							 
						 
						
							reset badge with an empty string 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								2002020aae
								
							 
						 
						
							Emit modalDismissed event when dismissingAllModals as well 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								d4879c8cd6
								
							 
						 
						
							remove yellow boxes on iOS 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								e50c62eb5b
								
							 
						 
						
							Downgraded detox in order to fix e2e 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								81d491f285
								
							 
						 
						
							Temporarily fix failing e2e test on iOS 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								3a327c62cb
								
							 
						 
						
							Add ModalDismissed to supportedEvents on iOS 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								b8945a26d5
								
							 
						 
						
							fix header alignment 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								a322875c98
								
							 
						 
						
							Rename Color to Colour 
							
							
As RNN's Color is used frequently with Android's Color class, we had to use fully qualified names, the rename avoids this. 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								9543b539d5
								
							 
						 
						
							Emit modalDismissed event when modals are dismissed on Android 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								5eee64a0ea
								
							 
						 
						
							Hide YellowBox in TopBar components 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								27a6bb653f
								
							 
						 
						
							fix custom header component 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								7470f02045
								
							 
						 
						
							Handle waitForRender when displaying Modals without animation 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								28322c71ce
								
							 
						 
						
							fixes react component as titleView 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								5162f17bef
								
									
										
											
								
							 
						 
						
							fix custom header (#3798 ) 
							
							
* fix custom header
* fix e2e 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								069f1a7408
								
									
										
											
								
							 
						 
						
							Upgrade to detox 8.x.x (#3811 ) 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								ea00ae09e0
								
									
										
											
								
							 
						 
						
							Detach button react view on reload (#3805 ) 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								64ddd95e4e
								
							 
						 
						
							Pass defaultOptions to Stack options presenter 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								93a448fe95
								
							 
						 
						
							Apply topMargin only if defined 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								319d9c8662
								
							 
						 
						
							Always apply topMargin 
							
							
Check LayoutParams before applying, set 0 topMargin if margin is not provided to reset margin. 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								c657ff9fd6
								
							 
						 
						
							update docs 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								cf7e817f96
								
							 
						 
						
							support for static options as a function with passProps optional argument 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								85b6dfa36a
								
							 
						 
						
							Revert "Revert "Resolves componentId on showModal"" 
							
							
This reverts commit e1ee3d5f99 . 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								099ac15fbb
								
							 
						 
						
							Revert "resolves commandId and layout on showModal" 
							
							
This reverts commit f6728fc1d6 . 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								f6728fc1d6
								
							 
						 
						
							resolves commandId and layout on showModal 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								e1ee3d5f99
								
							 
						 
						
							Revert "Resolves componentId on showModal" 
							
							
This reverts commit 2d879ccd0c . 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								2d879ccd0c
								
							 
						 
						
							Resolves componentId on showModal 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								ac10df86fd
								
									
										
											
								
							 
						 
						
							Handle back only if root exists (#3791 ) 
							
							
This commit fixes a crash when hardware back button was pressed before root was set. 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								932f79bf08
								
							 
						 
						
							Fixes backButton styling on iOS 
							
							
						 
						7 年前  
				
					
						
							
								 
						
							
								ac2aef2b34
								
							 
						 
						
							Add diff syntax syntax highlighting to docs (#3771 ) 
							
							
						 
						7 年前