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 年 前