6db17937a8
								
							 
						 
						
							fix optional values 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								d5839a5392
								
							 
						 
						
							[v2] Typings for styling options and layouts (#3626 ) 
							
							
* Added all styling options and WIP comments
* Completed screen options and layout types
* Added typings to the main entrypoint
* Added buttons too 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								7cf172a364
								
							 
						 
						
							topBar.buttonColor restored 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								f6cc033f33
								
							 
						 
						
							Update the docs setting height and width on the sideMenu Options. (#3685 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								4ba2adf74f
								
							 
						 
						
							[v2] Fix migration topBar fontSize example on docs (#3686 ) 
							
							
On *Migration from V1 › Options* the `navBarTextFontSize` to topBar title fontSize example was set to 'red'. This PR fixes it to the default value, 18. 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								bd4e42fadd
								
									
										
											
								
							 
						 
						
							[v2]Shared element transition android (#3632 ) 
							
							
Implement Element transition on Android
This commit adds basic support for Element transition to Android.
Currently, only Shared Transition is supported and only when pushing screens.
There are a few caveats you need to be aware of if you intend to use
this feature in its current state:
1. Since elements need to be laid out before the transition can start, Set `waitForRender: true` when pushing the destination screen.
2. Fade animation has to be used when pushing screens with shared elements.
API
```js
options: {
  animations: {
    push: {
      waitForRender: true,
      content: {
        alpha: {
          from: 0,
          to: 1,
          duration: 250
        }
      }
    }
  },
  customTransition: {
    animations: [
    ]
  }
}
``` 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								9fc1dda043
								
							 
						 
						
							Apply TopBar visibility options when adding initial child to stack 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								2bb57a2993
								
							 
						 
						
							Set BottomTabs visibility only if declared explicitly when calling mergeOptions 
							
							
Fixes #3401  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								0852ea880c
								
							 
						 
						
							Implement BottomTabs mergeChildOptions 
							
							
Instead of merging child options, the presenter applied all options :( 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								94e0d4630a
								
							 
						 
						
							Moved all @types  as devDependencies (#3639 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								a5f481fa06
								
							 
						 
						
							updated docs 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								3d06fece5c
								
							 
						 
						
							[v2][Android] Adding height and width as options for side menu to make it consistent with IOS (#3671 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								967d7bf556
								
									
										
											
								
							 
						 
						
							Official redux support (#3675 ) 
							
							
* the people have spoken
* support for projects without redux 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								4c519acae8
								
							 
						 
						
							[v2] Refactor peek and pop [ready to merge] (#3620 ) 
							
							
* Refactor peek and pop
* Rollback some XCode stuff
* Added tests for touchablePreview event
* Also fixing searchbarcancelpressed event 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								024c46fc36
								
							 
						 
						
							fix button.color 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								60920cb995
								
							 
						 
						
							fix unit tests 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								98ff69ec56
								
							 
						 
						
							Added backButton.color support 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								92b8d7d836
								
							 
						 
						
							Update Installing docs (#3658 ) 
							
							
- Added missing step: Ignoring the build variants that we don't use or building the app module directly so it picks up the correct build variant
- Converged Step 2 and 3 into one step since they both required tweaking according to the React-Native version a project uses. 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								3b732d0634
								
							 
						 
						
							[v2][iOS] Simplify searchBarHiddenWhenScrolling making its behaviour default to iOS one (#3611 ) 
							
							
* Simplify searchBarHiddenWhenScrolling making its behaviour default to iOS one
* Update RNNTopBarOptions.m 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								919958dcb1
								
							 
						 
						
							Don't remove TopBar from hierarchy when changing its visibility 
							
							
When TopBar visibility was changed during screen animation, changes to hierarchy
caused screen animation to end prematurely. 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								f49f43d28e
								
							 
						 
						
							Always add screens behind TopBar 
							
							
This resolves a few edge cases where screens overlapped the TopBar 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								7e24aafd67
								
							 
						 
						
							Add badgeColor option to bottomTab (#3604 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								12ef63bc1f
								
							 
						 
						
							Small Typo Fix (#3653 ) 
							
							
"more then one screen" should be "more than one screen" 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								326d2fc9ad
								
							 
						 
						
							set waitForRender on sharedElement transition 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								fef4ef91b8
								
									
										
											
								
							 
						 
						
							Remove SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN flag from root layout (#3654 ) 
							
							
The flag was initially set to prevent the root layout from being pushed down when showing full screen modals.
This isn't the right approach and it also messed up keyboard handling.
To prevent the root layout from being pushed down in this scenario we should probably handle window insets 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								a5028b25a4
								
							 
						 
						
							Merge branch 'v2' of github.com:wix/react-native-navigation into v2 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								59da2dbe03
								
							 
						 
						
							fixes e2e 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								4825a10b41
								
							 
						 
						
							Document updating tab options 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								ac86b499ad
								
							 
						 
						
							temp fix for ios unit tests 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								89cf84f1ab
								
							 
						 
						
							Closes #3614  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								3214e2f11a
								
							 
						 
						
							Update Installing.md (#3623 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								4daf9debd0
								
									
										
											
								
							 
						 
						
							Dont set back button if leftButton is decalred dynamically (#3630 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								4a676113a4
								
							 
						 
						
							Improve unit tests code coverage on ios 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								963fb5c42d
								
							 
						 
						
							Overlay unit tests 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								78596d9332
								
							 
						 
						
							Adresses #3054  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								f3b80b821e
								
							 
						 
						
							Closes #3618  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								d28d633954
								
							 
						 
						
							Closes #3016  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								6fa1c70cc4
								
							 
						 
						
							fix e2e 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								8ff8783ca4
								
							 
						 
						
							overlay refactor 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								d2357c53fd
								
							 
						 
						
							Closes #3606  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								4d1adedb93
								
							 
						 
						
							[v2] Support UIBarStyle for topBar and bottomTabs (#3519 ) 
							
							
* Support UIBarStyle for topBar and bottomTabs
* Added to docs 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								a8bb89d444
								
							 
						 
						
							Fix error in docs: onSearch event handler (#3605 ) 
							
							
* Update events.md
* change query param to text 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								21e1bf353e
								
							 
						 
						
							Fix #3450 : change presentation context when SearchBar activated (#3501 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								c9ebfccb9f
								
							 
						 
						
							Fixes AppBarLayout delayed init of elevation (#3601 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								84799140fe
								
							 
						 
						
							fixed the bug on iOS that a fontFamily option does not effect when button state is disabled or highlighted (#3522 ) 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								17286fb55f
								
							 
						 
						
							e2e overlay fix 
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								eef682d91d
								
							 
						 
						
							Closes #3125  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								04bd82dfe4
								
							 
						 
						
							Closes #3566  
							
							
						 
						преди 7 години  
				
					
						
							
								 
						
							
								d92838f3ef
								
							 
						 
						
							#3550  
						преди 7 години  
				
					
						
							
								 
						
							
								4ba32ba881
								
							 
						 
						
							fix: #3444  Disable strict prototypes build setting on iOS in v2 so RNN is buildable prior to RN 0.56. (#3534 ) 
							
							
						 
						преди 7 години