7740acacc8
								
							 
						 
						
							update package.json 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								2a476d22c0
								
							 
						 
						
							deleted old redux example, using yarn, update package.json to alpha 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								084baaccbb
								
							 
						 
						
							added jest 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								cc393b6cdf
								
							 
						 
						
							When starting the app, pass through extras included in the launch intent (#433 ) 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								2723557d47
								
							 
						 
						
							Fix nope on activity reload 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								e2b33428c0
								
							 
						 
						
							Fix onActivityResult missing parameter 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								20e30717d5
								
							 
						 
						
							Remove previous ContextualMenu before adding new one 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								c10f41ff0e
								
							 
						 
						
							Search android (#432 ) 
							
							
* Move event emmiter logic out of Application
* Implement searchView
Usage:
```js
rightButtons: [
      {
        id: 'searchView',
        label: 'Search',
        hint: 'Search...'
      }
    ]
```
* Translucent TitleBar
* Collapse TopBar
* Less noticeable translucent effect
* Implement ScrollViewDetector
* Collapse on fling
* Collapse on touch up
Complete collapse on touch up instead of fling 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								cfd2cbdde8
								
							 
						 
						
							Update README.md 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								f9ca4ee0f4
								
							 
						 
						
							2.0.0-experimental.141 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								67c6f0a188
								
							 
						 
						
							2.0.0-experimental.140 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								f22fbfe32e
								
							 
						 
						
							2.0.0-experimental.139 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								c5ebbfba75
								
							 
						 
						
							Fix splash screen not getting dismissed when app returns to forground 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								62847a7d57
								
							 
						 
						
							Merge branch 'upgrade' 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								981c7e0cdd
								
							 
						 
						
							Fix compilation error with support library version mismatch 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								8c923b2818
								
							 
						 
						
							Fix compilation error with support library version mismatch 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								8034a603dd
								
							 
						 
						
							update to RN0.37 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								01facc4865
								
							 
						 
						
							update to RN0.37 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								0863bff91d
								
							 
						 
						
							fixed deepFreezeAndThrowOnMutationInDev 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								23fd224b4a
								
							 
						 
						
							Merge branch 'master' into upgrade 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								3992557d10
								
							 
						 
						
							Merge pull request #357  from beast/RN33-onActivityResult-fix 
							
							
[Android] Fix for RN33 onActivityResult interface change 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								c226aee92e
								
							 
						 
						
							Merge pull request #397  from WhatAKitty/Fix-immutable-error-after-updating-rn@0.35  
							
							
Fix immutable error after updating rn@0.35  
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								7ce645fe36
								
							 
						 
						
							version 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								4bcf7c1113
								
							 
						 
						
							version 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								cd758e71d6
								
							 
						 
						
							version 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								ee910b0db3
								
							 
						 
						
							Rename parser 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								d5c77eb456
								
							 
						 
						
							2.0.0-experimental.138 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								1a8f01a607
								
							 
						 
						
							Expose navBarTransparent to Js 
							
							
closes #21  
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								376f4c4ad2
								
							 
						 
						
							2.0.0-experimental.137 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								ec01544bd2
								
							 
						 
						
							Set BottomTabs background color only if it is defined 
							
							
This change means that in a tab based app, when pushing a screen
which did not declare `tabBarBackgroundColor` - the BottomTabs color
will persist from the previous screen and not be set to the default
color which is white. This eliminates the unwanted BottomTabs
background color change in this specific use case.
closes #409  
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								1d0d7b0c32
								
							 
						 
						
							Update README.md 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								e0b2f02e99
								
							 
						 
						
							2.0.0-experimental.136 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								7c3b95f35d
								
							 
						 
						
							Add ActivityCallbacks to Android 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								144827c3df
								
							 
						 
						
							2.0.0-experimental.135 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								abc887419e
								
							 
						 
						
							Merge pull request #406  from guyca/collapsingTopBar_squashed 
							
							
CollapsingTopBar 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								2209566a90
								
							 
						 
						
							Add CollapsingTopBar screen to Android example 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								e10ea83b78
								
							 
						 
						
							Ellipsize text 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								6933a61b3b
								
							 
						 
						
							CR fixes 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								37b96449ec
								
							 
						 
						
							Implement CollapsingTopBar 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								ab0b78eb7b
								
							 
						 
						
							Fix immutable error after updating rn@0.35  
							
							
using deep clone. 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								c656630cb3
								
							 
						 
						
							2.0.0-experimental.134 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								dd111f53cb
								
							 
						 
						
							Handle deep links when app is created 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								89770b923b
								
							 
						 
						
							Pass deep link to NavigationActivity 
							
							
This commit introduces a simple mechanism to pass deep link data from
MainActivity/SplashActivity to NavigationActivity. Note that this will
not work if the application is already running. 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								a05552e478
								
							 
						 
						
							Merge pull request #379  from wix/fix_example_project 
							
							
Fix example project 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								9a1bb15322
								
							 
						 
						
							make example project works 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								7ce22f6d79
								
							 
						 
						
							2.0.0-experimental.133 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								08f4d4dc07
								
							 
						 
						
							Implement ContextualMenu in Modals 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								f902087de8
								
							 
						 
						
							2.0.0-experimental.132 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								cb5554c587
								
							 
						 
						
							Add ContextualMenu methods to iOS 
							
							
						 
						9 年之前  
				
					
						
							
								 
						
							
								5899330858
								
							 
						 
						
							Implement navigator.dismissContextualMenu 
							
							
						 
						9 年之前