[iOS] Large title text attributes#2112
Conversation
|
What's the ETA on this PR? 👍 |
|
Needs rebase. |
46191bd to
64b8967
Compare
|
@brunolemos done |
* r_master: update gradle fixed android getLaunchArgs fix ios getInitialProps ios support (wix#2606) getLaunchArgs android Revert "[iOS] Large title text attributes (wix#2112)" (wix#2603) [iOS] Large title text attributes (wix#2112) xcode 8 crash fix Add support for prefersLargeTitles in iOS 11 (wix#2593)
|
@eliperkins when pushing from right a screen that has in it's navigatorStyling the new screen navbar bg is set like this the background of the title element get's the color of the navbar according to the statusBarColor, |
|
Should this transform to a smaller title when scrolling up, like in the Mail example here https://github.com/wix/react-native-navigation/issues/1643#issue-248144154? Update Pardon me, it actually does that already. Awesome sauce! |
|
I'm having screen bottom section of flickering if using largeTitle on iPhone X, the refreshControl and content jumped when pull-to-refresh, large title overlap refreshControl, and randomly scrolling to top stuck with no rubber-band effect and cannot pull-to-refresh. Update:
|

This adds support for changing
largeTitleTextAttributeson navigation controllers, including custom font sizes, font families, etc.See Apple docs here: https://developer.apple.com/documentation/uikit/uinavigationbar/2919946-largetitletextattributes
Supports #2090
Related to #1643