Ran Greenberg
b2454ebc5a
Revert "[iOS] Large title text attributes (#2112 )" (#2603 )
This reverts commit f7ec9ee840 .
il y a 6 ans
Eli Perkins
f7ec9ee840
[iOS] Large title text attributes (#2112 )
* Add support for setting larget title text attributes
* Add documentation for setting large text attributes
See https://developer.apple.com/documentation/uikit/uinavigationbar/ 2919946 -largetitletextattributes
il y a 6 ans
Hammad Jutt
d9f267c326
Add support for prefersLargeTitles in iOS 11 (#2593 )
il y a 6 ans
Guy Carmeli
e0cdaf6d98
Update styling-the-navigator.md
il y a 6 ans
DavidCMurphy
a5ff07faea
Adding preferredContentSize (#2529 )
* added the ability to change the backing controller's preferredContentSize through props.
* added some documentation outlining preferredContentSize and modalPresentationStyle properties
il y a 6 ans
Guy Carmeli
2cb657e3a3
Update styling-the-navigator.md
il y a 6 ans
Ricardo Fuhrmann
1d9887f852
Fix a uncommented line (#2226 )
il y a 6 ans
riyaz942
8fd496e0c9
introducing navbar shadow on iOS (#2339 )
* adds shadow opacity, shadow color, shadow offset, shadow radius to navbar for ios
* mentions ios shadow in styling-the-navigator docs
il y a 6 ans
Chaitanya Bhagvan
5a2bc27ef4
Add paddingTop to android ToolBar. (#2266 )
* Add paddingTop to android ToolBar.
* Update documentation
il y a 6 ans
Marcus Andersson
8a2946f33f
[Android] Support for transparent statusbar with current screen rendered behind it (#2274 )
* add support to tell screen to place its self underneath the statusbar for android.
* added property to documentation.
il y a 7 ans
Guy Carmeli
6170e70346
Nav bar save props (#2211 )
This commit saves navBar component props in propsRegistry and restores the saved props
when the component is mounted, allowing us to pass unserializable props to custom navBar component.
il y a 7 ans
Benjamin Saphier
702f3564fc
missing word in description (#2124 )
il y a 7 ans
Guy Carmeli
a3b4caf707
Support setting button font family on Android
Until now, buttons would use the same font family used by the title,
this commit introduces navBarButtonFontFamily property which allows to set
a different font family for title and buttons.
il y a 7 ans
Guy Carmeli
a379f0be3f
Support subtitle FontFamily on size on Android (#2036 )
* Support subtitle FontFamily on size on Android
Font family can be either a .ttf/.otf asset or one of the default font families:
* sans-serif (regular)
* sans-serif-light
* sans-serif-condensed
* sans-serif-thin
* sans-serif-medium
* update docs
il y a 7 ans
Guy Carmeli
9cb53a7175
Update styling-the-navigator.md
il y a 7 ans
Ran Greenberg
c62d944c2b
add disabledButtonColor (#1842 )
* add disabledButtonColor in order to set navigation button disabled color
* add disabledButtonColor to the docs
il y a 7 ans
Thanh Le
6a2af3ecc0
New Feature: adding disabledSimultaneousGesture flag to manage simultaneous gesture recognition (#1777 )
il y a 7 ans
Guy Carmeli
e1b65cfc1a
Add keepStyleAcrossPush to documentation
il y a 7 ans
Guy Carmeli
804e64a553
Implement TopBar border
Ability to set a flat border under the TopBar. `topBarElevationShadowEnabled` should be set to true if using this feature.
il y a 7 ans
Guy Carmeli
8d6e713ca3
Update styling-the-navigator.md
il y a 7 ans
Guy Carmeli
230737b5b9
Update styling-the-navigator.md
il y a 7 ans
Guy Carmeli
67855149d1
Update styling-the-navigator.md
il y a 7 ans
Guy Carmeli
271b624a73
Update styling-the-navigator.md
il y a 7 ans
Guy Carmeli
2e382a13b8
Update styling-the-navigator.md
il y a 7 ans
Ruslan.V
26dbb1b6ba
[iOS] Added ability to set static(root) background image (#1366 )
[iOS] Added ability to set static(root) background image
il y a 7 ans
levynir
125417e084
added a missing comma (#1412 )
added a missing comma in the 'style object format' so to help users who copy/paste this code block
il y a 7 ans
andrey
4c85cfde25
Add navBarSubtitleFontFamily to docs (#1395 )
il y a 7 ans
Guy Carmeli
3cd5f34804
Create styling-the-navigator.md
il y a 7 ans
Guy Carmeli
fa1e6a6b74
Update styling-the-navigator.md
Some navBar button properties were marked as common by mistake.
il y a 7 ans
Guy Carmeli
d1d889d9a4
Update styling-the-navigator.md
il y a 7 ans
Johan
7ea6f85545
Update styling-the-navigator.md (#1099 )
Separated iOS and Android only properties.
il y a 7 ans
Urban Cvek
3ace6bb8c2
Add ability to set attributes of navigation bar buttons separately. (#937 )
* Add ability to set attributes of navigation bar buttons separately.
* Added ability to set button style when calling `setButtons` method.
* Add documentation.
il y a 7 ans
Guy Carmeli
11ecd8c3bc
Update docs (#1019 )
il y a 7 ans
Elliot Hesp
45818f37b0
Add missing navigationBarColor prop
il y a 7 ans
Elliot Hesp
77f3158c72
Add statusBarColor to navigator props docs (#1004 )
Reading the docs I couldn't see a way to simply change the color of the status bar on Android. Only via https://github.com/wix/react-native-navigation/issues/571#issuecomment -267255350 I saw there was a prop to do this.
(Assuming this is Android only since iOS only allows for light or dark).
il y a 7 ans
Guy Carmeli
23819b04bd
update docs (#958 )
il y a 7 ans
June Domingo
19cf86874d
New Documentation (#819 )
* Initial commit
* Initial commit
* Clean-up title
il y a 7 ans