Ran Greenberg
b2454ebc5a
Revert "[iOS] Large title text attributes (#2112 )" (#2603 )
This reverts commit f7ec9ee840 .
6 years ago
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
6 years ago
Hammad Jutt
d9f267c326
Add support for prefersLargeTitles in iOS 11 (#2593 )
6 years ago
Guy Carmeli
e0cdaf6d98
Update styling-the-navigator.md
6 years ago
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
6 years ago
Guy Carmeli
2cb657e3a3
Update styling-the-navigator.md
6 years ago
Ricardo Fuhrmann
1d9887f852
Fix a uncommented line (#2226 )
6 years ago
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
6 years ago
Chaitanya Bhagvan
5a2bc27ef4
Add paddingTop to android ToolBar. (#2266 )
* Add paddingTop to android ToolBar.
* Update documentation
6 years ago
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.
7 years ago
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.
7 years ago
Benjamin Saphier
702f3564fc
missing word in description (#2124 )
7 years ago
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.
7 years ago
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
7 years ago
Guy Carmeli
9cb53a7175
Update styling-the-navigator.md
7 years ago
Ran Greenberg
c62d944c2b
add disabledButtonColor (#1842 )
* add disabledButtonColor in order to set navigation button disabled color
* add disabledButtonColor to the docs
7 years ago
Thanh Le
6a2af3ecc0
New Feature: adding disabledSimultaneousGesture flag to manage simultaneous gesture recognition (#1777 )
7 years ago
Guy Carmeli
e1b65cfc1a
Add keepStyleAcrossPush to documentation
7 years ago
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.
7 years ago
Guy Carmeli
8d6e713ca3
Update styling-the-navigator.md
7 years ago
Guy Carmeli
230737b5b9
Update styling-the-navigator.md
7 years ago
Guy Carmeli
67855149d1
Update styling-the-navigator.md
7 years ago
Guy Carmeli
271b624a73
Update styling-the-navigator.md
7 years ago
Guy Carmeli
2e382a13b8
Update styling-the-navigator.md
7 years ago
Ruslan.V
26dbb1b6ba
[iOS] Added ability to set static(root) background image (#1366 )
[iOS] Added ability to set static(root) background image
7 years ago
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
7 years ago
andrey
4c85cfde25
Add navBarSubtitleFontFamily to docs (#1395 )
7 years ago
Guy Carmeli
3cd5f34804
Create styling-the-navigator.md
7 years ago
Guy Carmeli
fa1e6a6b74
Update styling-the-navigator.md
Some navBar button properties were marked as common by mistake.
7 years ago
Guy Carmeli
d1d889d9a4
Update styling-the-navigator.md
7 years ago
Johan
7ea6f85545
Update styling-the-navigator.md (#1099 )
Separated iOS and Android only properties.
7 years ago
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.
7 years ago
Guy Carmeli
11ecd8c3bc
Update docs (#1019 )
7 years ago
Elliot Hesp
45818f37b0
Add missing navigationBarColor prop
7 years ago
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).
7 years ago
Guy Carmeli
23819b04bd
update docs (#958 )
7 years ago
June Domingo
19cf86874d
New Documentation (#819 )
* Initial commit
* Initial commit
* Clean-up title
7 years ago