yogevbd
cdd55d6148
ios e2e fix
6 years ago
yogevbd
f4e76e544e
changed hidden props to visible (#2704 )
6 years ago
yogevbd
1a9815c45b
closes #2720
6 years ago
Guy Carmeli
e5981af160
fix ios e2e
6 years ago
Guy Carmeli
19146a0911
Introduce Bool instead of BooleanOptions
* Fix Options.copy
* Screens are now by default drawBehind: false
6 years ago
Guy Carmeli
8961f15644
Require clearOptions to calls super
6 years ago
Guy Carmeli
2908d3bc1d
Parent options are cleared when child appears
6 years ago
Guy Carmeli
2cc55ac06a
Set TopBar default options
6 years ago
Guy Carmeli
5114fdfe4c
Merge child options when child appears
6 years ago
Guy Carmeli
eb3340ce51
Options.mergeWith does not mutate
6 years ago
Guy Carmeli
ddac4b88bd
Send bottomTabSelected event by tab index
relates to #2711
6 years ago
Guy Carmeli
e0b57e9aa6
Send bottomTabSelectedEvent before switching tab
fixes #2711
6 years ago
yogevbd
4cd0a08e75
android sdk fix (#2712 )
* android sdk fix
6 years ago
yogevbd
500bbeef9a
android sdk fix
6 years ago
yogevbd
789ff15f2b
android sdk fix
6 years ago
yogevbd
77b563e0d1
android sdk fix
6 years ago
yogevbd
14f2f9fb58
android sdk fix
6 years ago
Daniel Zlotin
10cb917dec
try fix sdkmanager path
6 years ago
Guy Carmeli
d3ddd12f43
topBar visible applies on entire ComponentLayout
6 years ago
Daniel Zlotin
f15f5dae7c
build before release
6 years ago
Daniel Zlotin
c7d7f89525
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
788e5c0328
remove android licenses, now accepting using sdkmanager
6 years ago
yogevbd
bf30cf1452
WIP - Detox e2e for android (#2673 )
* detox android support
* detox android support
* android detox fixes
* android fixes
* more android e2e fixes
* typo fix
* build fix
* remove specific test for ios
* Update DetoxTest.java
* lint fix
* fixed typo
* Update ViewController.java
* added script for android detox e2e
* detox android support
* android detox fixes
* android fixes
* more android e2e fixes
* typo fix
* build fix
* remove specific test for ios
* Update DetoxTest.java
* lint fix
* fixed typo
* Update ViewController.java
* added script for android detox e2e
* e2e test fixes
* Update Orientations.test.js
* Update ScreenStack.test.js
* Update ScreenStyle.test.js
* Update TopLevelApi.test.js
6 years ago
Guy Carmeli
7dd444cb09
BottomTab badge is applied
6 years ago
Billy
d05145d311
replace container with component
- fix import statement
- add use case (stack)
6 years ago
DosLin
e11864621e
Fix the json format
6 years ago
Shalom Yerushalmy
e194321008
Testing jenkins hook
6 years ago
yogevbd
e402a326a9
v2-customButtons (#2637 )
* v2-customButtons
* Update RNNRootViewController.m
6 years ago
Guy Carmeli
098d5f37b9
Revert "Delay onDisplay until react finishes layout cycle"
This reverts commit 90b47f7910 .
6 years ago
Guy Carmeli
f366b3811e
Throw exception when calling startTabBasedApp with zero tabs
6 years ago
Guy Carmeli
d55795601b
Fix ModalStack.findControllerById
* Extract Modal to separate class
* Test ModalStack
6 years ago
Guy Carmeli
76a9329bab
Reformat file
6 years ago
DosLin
dbc899077b
Update broken links (#2677 )
6 years ago
Guy Carmeli
f7d0371e09
Stack can be pushed (#2672 )
6 years ago
yogevbd
6471fdae30
detach tab after attaching new tab (#2658 )
* detach tab after attaching new tab
* Fix tests
6 years ago
Guy Carmeli
60e62e1a53
Update example app to RN 0.53
6 years ago
Guy Carmeli
d97046c210
BottomTab testId (#2668 )
6 years ago
Guy Carmeli
06a4fb2444
fix typo (#2666 )
6 years ago
Guy Carmeli
e64e4f0486
Set button testID (#2660 )
6 years ago
Guy Carmeli
9ff1349bd3
pass testID to BottomTabs (#2657 )
6 years ago
Guy Carmeli
90b47f7910
Delay onDisplay until react finishes layout cycle
Apparently runOnPreDraw is not enough anymore, possibly broke in RN 0.51
6 years ago
Guy Carmeli
990e0594d1
Bottom tabs android (#2649 )
* Use AHBottomNavigation for BottomTabs
* Process passed options for all layout types
Static options are still processed only for components
* ios e2e fix
* Update RNNNavigationController.m
6 years ago
yogevbd
82f4ee2ca9
V2 custom top bar (#2632 )
* custom titleView support
* custom navBar and titleView support
6 years ago
Guy Carmeli
8856d57663
Update README.md
6 years ago
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 years ago
yogevbd
95f2560414
removed componentLifecycle events and navigationCommands event (#2636 )
6 years ago
yogevbd
18af18b216
closes #2621 (#2635 )
6 years ago
yogevbd
ae4f1caa0c
refactored transition animations (#2604 )
* refactored transition animations
* unit test fix
6 years ago
Hammad Jutt
908e4c12a0
fix #2616 (#2638 )
6 years ago
A.T
93330715a4
Added requiresMainQueueSetup to prevent warning and future side-effects on RCCManagerModule (#1983 )
6 years ago