Guy Carmeli
7e0eda4375
Save props in singleScreenApp
преди 6 години
yogevbd
b3aa8d2940
fixes large titles (#2775 )
преди 6 години
Guy Carmeli
22542842f5
fix tests
преди 6 години
Guy Carmeli
c740b3f22f
Update build tools version
преди 6 години
Guy Carmeli
0ef6c03bbc
Set layout style after modal dismiss
преди 6 години
yogevbd
466387287f
deep stack passProps fix
преди 6 години
Guy Carmeli
b081e69146
save additional screens passProps
преди 6 години
yogevbd
97d62f9c34
deep stack for startTabBasedApp and startSingleScreenApp (#2770 )
преди 6 години
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.
преди 6 години
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'
}
]
});
```
преди 6 години
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
преди 6 години
davidliu
ecba954778
Document subtitle parameter for screen push (#2735 )
преди 6 години
Varun Gupta
674a43d0a8
Fix EmptyStackException (#2746 )
преди 6 години
Guy Carmeli
edd1dddc71
Reject promise if push fails
преди 6 години
Michael Kuczera
e437b7a23a
Set titleBarSubTitleTextCentered as navigator style for android (#2611 )
* Set titleBarSubTitleTextCentered as navigator style
- Adapt title center
* fixed false declaration
преди 6 години
Guy Carmeli
ddac4b88bd
Send bottomTabSelected event by tab index
relates to #2711
преди 6 години
Guy Carmeli
e0b57e9aa6
Send bottomTabSelectedEvent before switching tab
fixes #2711
преди 6 години
DosLin
e11864621e
Fix the json format
преди 6 години
Guy Carmeli
098d5f37b9
Revert "Delay onDisplay until react finishes layout cycle"
This reverts commit 90b47f7910 .
преди 6 години
Guy Carmeli
f366b3811e
Throw exception when calling startTabBasedApp with zero tabs
преди 6 години
DosLin
dbc899077b
Update broken links (#2677 )
преди 6 години
Guy Carmeli
60e62e1a53
Update example app to RN 0.53
преди 6 години
Guy Carmeli
90b47f7910
Delay onDisplay until react finishes layout cycle
Apparently runOnPreDraw is not enough anymore, possibly broke in RN 0.51
преди 6 години
Guy Carmeli
8856d57663
Update README.md
преди 6 години
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
преди 6 години
Hammad Jutt
908e4c12a0
fix #2616 (#2638 )
преди 6 години
A.T
93330715a4
Added requiresMainQueueSetup to prevent warning and future side-effects on RCCManagerModule (#1983 )
преди 6 години
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.
преди 6 години
yogevbd
a0d9518117
launchArgs format
преди 6 години
Leo Natan
edf50010af
Remove unneeded code
преди 6 години
yogevbd
a90752dd78
launch args fix
преди 6 години
Daniel Zlotin
0f2ade7f77
fixed android getLaunchArgs
преди 6 години
Daniel Zlotin
c3e600dde9
update gradle
преди 6 години
Daniel Zlotin
8c21b85bb4
fixed android getLaunchArgs
преди 6 години
Daniel Zlotin
b80e53ee37
fix ios
преди 6 години
Daniel Zlotin
d05c0c76a8
Merge branch 'master' into getLaunchArgs
преди 6 години
yogevbd
d6356133bf
getInitialProps ios support (#2606 )
преди 6 години
Daniel Zlotin
f9005cc91a
getLaunchArgs android
преди 6 години
Ran Greenberg
b2454ebc5a
Revert "[iOS] Large title text attributes (#2112 )" (#2603 )
This reverts commit f7ec9ee840 .
преди 6 години
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 години
yogevbd
570dba802c
xcode 8 crash fix
преди 6 години
Hammad Jutt
d9f267c326
Add support for prefersLargeTitles in iOS 11 (#2593 )
преди 6 години
Leo Natan
a0e6bcccc9
Extend SafeAreaView to support iOS 10
преди 6 години
yogevbd
bb3dff9ded
Revert "SetStyle fix (#2539 )"
This reverts commit 883dcfe49f .
преди 6 години
Michael Kuczera
05f723122f
Enable Swipedown to dismiss on bottom aligned notification iOS (#2567 )
преди 6 години
yogevbd
883dcfe49f
SetStyle fix (#2539 )
* fixes #2524
преди 6 години
Guy Carmeli
dc07bbbda3
Update ISSUE_TEMPLATE
преди 6 години
Ofir Dagan
5e5fbf08fe
fix(start app): show red screen in case an error is thrown while starting the app (#2556 )
преди 6 години
Leo Natan
35ee99c71a
Xcode 8 fixes
преди 6 години
yogevbd
a1d2bd9dee
fixed swizzle in xcode 8
преди 6 години