Patryk Poźniak
e7913d067b
tapBackgroundToDismiss property on screen API (#3012 )
This is working on the screen API too, however it's not included in screen API, only on top-level screen
6 years ago
Rafael Viotti
b68b15a037
Fix font name in styling.md (#3003 )
6 years ago
Shalom Yerushalmy
9571e7d488
Update README.md
Add downloads per week
6 years ago
Guy Carmeli
3bf5563fba
popTo animates top screen
6 years ago
Guy Carmeli
8bf55f7877
Consolidate pop and animatePop
6 years ago
John Gorenfeld
4dfb8e397c
Update top-level-api.md ... more copyediting. (#3002 )
Further clarification of some of the top level API stuff.
6 years ago
Shalom Yerushalmy
a16ba57790
Update README.md
6 years ago
Shalom Yerushalmy
39de6dab04
Update README.md
for triggering build
6 years ago
Guy Carmeli
625d549e51
empty commit
6 years ago
Guy Carmeli
d12b501916
Use margin instead of RelativeLayout rules to align component to BottomTabs
Rules caused excessive CPU usage due to RN issue with global layout listener
and keyboard visibility detection.
6 years ago
Guy Carmeli
1738f999aa
Fix popTo
6 years ago
Guy Carmeli
93967d19de
Fix SideMenu e2e
6 years ago
Guy Carmeli
4c6306974b
Disable Orientation test on Android
6 years ago
Guy Carmeli
435cec551b
Increase gradle daemon process memory
6 years ago
John Gorenfeld
c89559634b
Improved the clarity of the top-level API doc (#2984 )
I clarified some of the language here so that it is easier for the beginner to understand. (It was a little bit awkward before)
6 years ago
Guy Carmeli
d4d86f53f8
Skip custom transition e2e on Android
6 years ago
Guy Carmeli
409a398da3
Use margin to control component position relative to TopBar
RelativeLayout rules caused excessive CPU usage due to issues with RN's
keyboard detection mechanism (based on global layout listener)
6 years ago
Leo Nikkilä
5575d70874
Restore layout params for bottom tabs children (#2974 )
PR #2658 removed layout params from the child views, which causes
component children to receive zero width. Stack children work since
they don’t need the layout params.
6 years ago
Denis Ikeda
085b3c9c90
Fixing NPE found on issue #2695 (#2976 )
There's a roundabout manner of obtaining the react context on initialisation that is null on some instances (https://github.com/wix/react-native-navigation/issues/2695 ), including errors on startup that prevents debugging on console. (For instance, throwing an error on index before starting the app)
It is solved by sending the same context given on method onReactContextInitialized, instead of discarding it and calling getReactContext.
6 years ago
Quentin Valmori
0557b61ab2
V1 [iOS/Android] Feature/async dismiss modal (#2975 )
* for iOS
* first try for android
* iOS indent
* Android Indent
* Update platformSpecific.android.js
* Update NavigationReactModule.java
* Update NavigationCommandsHandler.java
* Update platformSpecificDeprecated.android.js
* Update platformSpecificDeprecated.ios.js
6 years ago
Guy Carmeli
79164efc1e
Fix crash when calling dismissModal before app was launched (#2978 )
closes #2966
6 years ago
Guy Carmeli
425d450ea8
popToRoot tests
6 years ago
Guy Carmeli
bdd4b1ebdd
Fix popToRoot
listener was invoked twice
6 years ago
Yogev B
a25e482fd8
Update styling.md
6 years ago
yogevbd
5e66068f8a
fixes tabBar layout after dismissing a modal in iphone x
6 years ago
Guy Carmeli
c84a670f92
Stop passing promise to pop
6 years ago
Guy Carmeli
99b019008f
Consolidate push and animatePush
Screen presentation logic in stack should be moved to a dedicated presenter
6 years ago
Guy Carmeli
47d0cb6f73
fix push promise rejection
6 years ago
Guy Carmeli
50ad47bfe7
fix addChildrenToStack
6 years ago
Guy Carmeli
9a39716b42
setStackRoot android
6 years ago
Guy Carmeli
179cf3c3fd
Fix release build on Android
6 years ago
Shalom Yerushalmy
6dd7eedb14
Fix jenkins badge status
6 years ago
Shalom Yerushalmy
f3f3bd6211
Fix jenkins badge status
6 years ago
Aaron Brager
fa0015af09
Add note about Android left button icon constraint (#2963 )
6 years ago
Guy Carmeli
24cefd8e5c
fix lint
6 years ago
Guy Carmeli
bcf21c79e1
Subtitle and Title alignment
6 years ago
Guy Carmeli
0d614911c5
Rename alignment to componentAlignment
6 years ago
Guy Carmeli
f358e43c4e
Fix unit tests
6 years ago
Guy Carmeli
0475c1fd09
Revert "Revert "Set default title and subtitle font sizes""
This reverts commit 2289fb6251 .
6 years ago
Guy Carmeli
2289fb6251
Revert "Set default title and subtitle font sizes"
This reverts commit f36a8a44be .
6 years ago
Guy Carmeli
f36a8a44be
Set default title and subtitle font sizes
Pretty hacky but it will do for now
6 years ago
Guy Carmeli
4d83501f7b
Set default title options when applying screen options
6 years ago
Guy Carmeli
05354fd2ae
Use bound functions in OptionsScreen.js
6 years ago
Guy Carmeli
3dd035d6e0
Add Helvetica fonts to Android playground app
6 years ago
Guy Carmeli
f398493d82
Merge subtitle options
6 years ago
Guy Carmeli
f4912d1758
Set subtitle fontSize and fontFamily
6 years ago
Guy Carmeli
b4527273c9
Rename getTitleView to findTitleView
6 years ago
Guy Carmeli
bf31bb7e78
Resolve Title TextView using findChildrenByClass
6 years ago
Guy Carmeli
a9098c9c31
Subtitle options merge
6 years ago
Guy Carmeli
b02d97e156
Subtitle color
6 years ago