Alexey Ustinov
d9f533d9d7
Apply title in resetTo (#2787 )
il y a 6 ans
Guy Carmeli
7e0eda4375
Save props in singleScreenApp
il y a 6 ans
yogevbd
b3aa8d2940
fixes large titles (#2775 )
il y a 6 ans
Guy Carmeli
22542842f5
fix tests
il y a 6 ans
Guy Carmeli
c740b3f22f
Update build tools version
il y a 6 ans
Guy Carmeli
0ef6c03bbc
Set layout style after modal dismiss
il y a 6 ans
yogevbd
466387287f
deep stack passProps fix
il y a 6 ans
Guy Carmeli
b081e69146
save additional screens passProps
il y a 6 ans
yogevbd
97d62f9c34
deep stack for startTabBasedApp and startSingleScreenApp (#2770 )
il y a 6 ans
Alexey
993992daf7
Added ability to specify font size for tab bar labels on Android (#2754 )
* Added bottomTabFontSize and bottomTabSelectedFontSize properties for android tab bar
* Added tabFontSize and selectedTabFontSize properties to the doc
* Fix default values of bottomTabFontSize and bottomTabSelectedFontSize properties.
il y a 6 ans
Guy Carmeli
e0a6ff2dad
[Android] Add ability to start app with deep stack (#2761 )
For example, the following code will start a single screen app with two
screens pushed into the stack.
```js
Navigation.startSingleScreenApp({
components: [
{
screen: 'example.Types',
title: 'Navigation Types',
overrideBackPress: true
},
{
screen: 'example.Types.CustomButtonScreen',
title: 'Custom Buttons'
}
]
});
```
il y a 6 ans
Eli Perkins
3240f8eaf6
[iOS] Allow set view controllers to be called with multiple components (#2247 )
* Refactor resetTo view controller creation into function
This will allow for multiple view controllers to call the same function to create their instance.
* Configure resetTo to take multiple components to set view controllers for
This allows for a navigation stack to be recreated with multiple view controllers rather than just one.
* Breakup view controller initializer into multiple lines for legibility
il y a 6 ans
davidliu
ecba954778
Document subtitle parameter for screen push (#2735 )
il y a 6 ans
Varun Gupta
674a43d0a8
Fix EmptyStackException (#2746 )
il y a 6 ans
Guy Carmeli
edd1dddc71
Reject promise if push fails
il y a 6 ans
Michael Kuczera
e437b7a23a
Set titleBarSubTitleTextCentered as navigator style for android (#2611 )
* Set titleBarSubTitleTextCentered as navigator style
- Adapt title center
* fixed false declaration
il y a 6 ans
Guy Carmeli
ddac4b88bd
Send bottomTabSelected event by tab index
relates to #2711
il y a 6 ans
Guy Carmeli
e0b57e9aa6
Send bottomTabSelectedEvent before switching tab
fixes #2711
il y a 6 ans
DosLin
e11864621e
Fix the json format
il y a 6 ans
Guy Carmeli
098d5f37b9
Revert "Delay onDisplay until react finishes layout cycle"
This reverts commit 90b47f7910 .
il y a 6 ans
Guy Carmeli
f366b3811e
Throw exception when calling startTabBasedApp with zero tabs
il y a 6 ans
DosLin
dbc899077b
Update broken links (#2677 )
il y a 6 ans
Guy Carmeli
60e62e1a53
Update example app to RN 0.53
il y a 6 ans
Guy Carmeli
90b47f7910
Delay onDisplay until react finishes layout cycle
Apparently runOnPreDraw is not enough anymore, possibly broke in RN 0.51
il y a 6 ans
Guy Carmeli
8856d57663
Update README.md
il y a 6 ans
Krystof Celba
5b0b03984f
[Android] Add backwards compatible support for react-native 0.52.0 (#2580 )
Support for react-native 0.52.0
Rename `DevCommandsHandlerProxy` to `DevHelperProxy` so it reflects the changes in RN. See d19afc73f5
il y a 6 ans
Hammad Jutt
908e4c12a0
fix #2616 (#2638 )
il y a 6 ans
A.T
93330715a4
Added requiresMainQueueSetup to prevent warning and future side-effects on RCCManagerModule (#1983 )
il y a 6 ans
Leo Natan
96c1436357
Inset adjustment behavior should be automatic
Otherwise, if the users sets custom insets (additional insets), they override the system adjusted insets. This is not the expected behavior.
il y a 6 ans
yogevbd
a0d9518117
launchArgs format
il y a 6 ans
Leo Natan
edf50010af
Remove unneeded code
il y a 6 ans
yogevbd
a90752dd78
launch args fix
il y a 6 ans
Daniel Zlotin
0f2ade7f77
fixed android getLaunchArgs
il y a 6 ans
Daniel Zlotin
c3e600dde9
update gradle
il y a 6 ans
Daniel Zlotin
8c21b85bb4
fixed android getLaunchArgs
il y a 6 ans
Daniel Zlotin
b80e53ee37
fix ios
il y a 6 ans
Daniel Zlotin
d05c0c76a8
Merge branch 'master' into getLaunchArgs
il y a 6 ans
yogevbd
d6356133bf
getInitialProps ios support (#2606 )
il y a 6 ans
Daniel Zlotin
f9005cc91a
getLaunchArgs android
il y a 6 ans
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
yogevbd
570dba802c
xcode 8 crash fix
il y a 6 ans
Hammad Jutt
d9f267c326
Add support for prefersLargeTitles in iOS 11 (#2593 )
il y a 6 ans
Leo Natan
a0e6bcccc9
Extend SafeAreaView to support iOS 10
il y a 6 ans
yogevbd
bb3dff9ded
Revert "SetStyle fix (#2539 )"
This reverts commit 883dcfe49f .
il y a 6 ans
Michael Kuczera
05f723122f
Enable Swipedown to dismiss on bottom aligned notification iOS (#2567 )
il y a 6 ans
yogevbd
883dcfe49f
SetStyle fix (#2539 )
* fixes #2524
il y a 6 ans
Guy Carmeli
dc07bbbda3
Update ISSUE_TEMPLATE
il y a 6 ans
Ofir Dagan
5e5fbf08fe
fix(start app): show red screen in case an error is thrown while starting the app (#2556 )
il y a 6 ans
Leo Natan
35ee99c71a
Xcode 8 fixes
il y a 6 ans