63c34738d1
								
							 
						 
						
							Link to root of movieapp repo (#3112 ) 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								af5538af19
								
							 
						 
						
							Fixed wrong Android React Native path. (#3180 ) 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								fac293dbfc
								
							 
						 
						
							point to index.js in build.gradle 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								60fdb64a14
								
							 
						 
						
							Point to index.js in xcode build scripts 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								746f240ec5
								
							 
						 
						
							Expose ReactNativeHost creation in NavigationApplication 
							
							
This commit also consolidates index files in the playground app 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								a4e5055f63
								
							 
						 
						
							Test [skip ci] 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								6768876066
								
							 
						 
						
							Fix lint 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								ce806e3b1e
								
							 
						 
						
							Destroy Overlay when it is dismissed 
							
							
* Cover OverlayManager with unit tests
* Add e2e to test Overlay unmount 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								9391cd52fd
								
							 
						 
						
							Custom titleView layout fix 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								61695e0e08
								
							 
						 
						
							fixed apply options 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								e006406ceb
								
							 
						 
						
							Emit bottomTabSelected event 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								07050db9f9
								
									
										
											
								
							 
						 
						
							Command (#3175 ) 
							
							
* Assign commandId to async commands
* CommandListener refactor
Pull listener out of Navigator and implement NativeCommandListener for native commands
* Emit onNavigationEvent when commands complete
* Rename timestamp to completionTime
* Rename NavigationEvent to EventEmitter
* Rename sendOnNavigationButtonPressed to emitOnNavigationButtonPressed
* Emit navigationEvent on bottom tab select
* rebase fix
* Emit commandCompleted event instead of nativeEvent
* fix native ios commands
* wait show and dismiss Overlay 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								935557a2ef
								
							 
						 
						
							Implemented test for public constructor (#3153 ) 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								3761a976e0
								
							 
						 
						
							reset buttons to avoid react component recreation 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								4387d4fd4b
								
							 
						 
						
							merge options only when viewController is loaded and visible 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								3d22e69d6a
								
							 
						 
						
							Fix appLaunched and button press events on iOS 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								1d2680c5aa
								
							 
						 
						
							Fix appLaunched and button press events on Android 
							
							
Both events broke in 104e3f97  
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								ab8ba4e659
								
							 
						 
						
							update docs 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								104e3f97fd
								
							 
						 
						
							BREAKING events api 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								af12e8b466
								
							 
						 
						
							Disable for letting CI pass 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								755ff262f9
								
							 
						 
						
							Don't throw exception in some tests as there's no reason to 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								3fd9cdfe5b
								
							 
						 
						
							fix flaky top bar transition 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								a0982e404d
								
							 
						 
						
							Report onActivityResult to RN 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								cba7d1796b
								
							 
						 
						
							Reverting to public (#3146 ) 
							
							
We need this constructor to be accessible in order to integrate with CodePush 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								771e906973
								
							 
						 
						
							Revert "Support a “modal” prop for tabbed iOS apps (#1578 )" 
							
							
This reverts commit 5cd2972ca0 . 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								ff8e84a991
								
							 
						 
						
							Revert "fix build issue" 
							
							
This reverts commit 864a84dfcf . 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								864a84dfcf
								
							 
						 
						
							fix build issue 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								0cb95ef67f
								
							 
						 
						
							documentation fix 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								f7267009de
								
							 
						 
						
							fixed a bug modal viewController was not deallocated when to call dismissAllModals (#2843 ) 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								5cd2972ca0
								
							 
						 
						
							Support a “modal” prop for tabbed iOS apps (#1578 ) 
							
							
* feat: support a “modal” prop for tabbed ios apps
* fix: apply temp fix for react-native-navigation#1502 (#1 )
* fix: enable fab icon scaling (#2 )
* v1.1.340 [ci skip]
* Update FloatingActionButtonCoordinator.java
* Update top-level-api.md
* Update package.json 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								01ba0f8451
								
							 
						 
						
							Add iPad landscape launch image (#2473 ) 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								604247df1a
								
							 
						 
						
							Delete unused logic 
							
							
These two functions were related to previous modal implementation which relied on Dialogs 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								e36c4b0e8d
								
							 
						 
						
							Declare nativeCommandsSender explicitly 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								7e94261afe
								
							 
						 
						
							Reformat file 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								096481e496
								
							 
						 
						
							Destroy views when activity is destroyed and reloaded 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								16f6ca41f9
								
							 
						 
						
							f 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								cb2d66f4c9
								
							 
						 
						
							Expose adding reload listener through ReactGateway 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								d4a1981141
								
							 
						 
						
							Support listening to reload events 
							
							
The reload listener currently doesn't properly pickup reloads from debug menu 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								46405a2901
								
							 
						 
						
							Properly destroy Overlays 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								350f48aee1
								
							 
						 
						
							Pass newly created ReactContext from ReactInstanceEventListener 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								4aabc4665e
								
							 
						 
						
							Add headless option to e2e android 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								982fb6155d
								
							 
						 
						
							Remove empty line to trigger build 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								5a43de8cec
								
							 
						 
						
							Use bound function 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								3710a3ec90
								
									
										
											
								
							 
						 
						
							Revert "Fixes NPE when initializing twice" (#3135 ) 
							
							
* Revert "Fix custom top bar from disappearing after a push (#3109 )"
This reverts commit 0e11b95f85 .
* Revert "Fixes NPE when initializing twice (#3128 )"
This reverts commit 0bf0751f5d . 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								0e11b95f85
								
							 
						 
						
							Fix custom top bar from disappearing after a push (#3109 ) 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								0bf0751f5d
								
							 
						 
						
							Fixes NPE when initializing twice (#3128 ) 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								ac95d36753
								
							 
						 
						
							Now passing an activity to clearHostOnActivityDestroy (#3133 ) 
							
							
- We do that in order to allow the end user to decide
wether they want to destroy the host based on who's
the one calling onDestroy. 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								9de6a1fe4b
								
							 
						 
						
							Closes #3122  
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								9f693b22f5
								
							 
						 
						
							commands error handling 
							
							
						 
						пре 7 година  
				
					
						
							
								 
						
							
								6b4da44fff
								
							 
						 
						
							unit tests for setStackRoot 
							
							
						 
						пре 7 година