Shalom Yerushalmy
d89992e149
Remove android e2e until detox is stable with RN51
il y a 6 ans
Shalom Yerushalmy
03e331dc63
Reduce js coverage to 99.5 due to jenkins bug
il y a 6 ans
Shalom Yerushalmy
b241e607da
Add node -v for debug node
il y a 6 ans
Shalom Yerushalmy
7942f69bec
Revert "Break down jenkins file steps"
This reverts commit 7e0c189070 .
il y a 6 ans
Shalom Yerushalmy
7e0c189070
Break down jenkins file steps
il y a 6 ans
Shalom Yerushalmy
313b927d1c
Add source to bashrc on every stage for node env hack
il y a 6 ans
Shalom Yerushalmy
0ac18f427b
Added node version
il y a 6 ans
Shalom Yerushalmy
bb5f2a460c
Revert "Add source bash profile to jenkins file"
This reverts commit 4912542661 .
il y a 6 ans
Shalom Yerushalmy
4912542661
Add source bash profile to jenkins file
il y a 6 ans
Shalom Yerushalmy
7af4179c47
Fix externalComponent field from className to name due to fail test
il y a 6 ans
Shalom Yerushalmy
5d91dcbbe0
Revert "Add ansi color to jenkins pipeline"
This reverts commit 81cf39086c .
il y a 6 ans
Shalom Yerushalmy
e8c672061e
Add another ansicolor to Jenkinsfile
il y a 6 ans
Shalom Yerushalmy
81cf39086c
Add ansi color to jenkins pipeline
il y a 6 ans
Shalom Yerushalmy
d1678e63f3
Change name for Jenkins step
il y a 6 ans
Guy Carmeli
dfa5480be2
Clean up LayoutFactory
il y a 6 ans
Guy Carmeli
4c8742f7bd
External component (#2846 )
* External Component implementation
* Limit External component e2e to Android for now
il y a 6 ans
Guy Carmeli
00cf5419f0
Modals support BackHandler
closes #2840
il y a 6 ans
Guy Carmeli
5d9571459b
Parse externalComponent options
il y a 6 ans
Drew Volz
9e442d09c6
[V2] Update Usage.md (#2850 )
* Update Usage.md
* Remove passive voice
il y a 6 ans
Daniel Zlotin
781997ad4e
migrate to ReadableMap.toHashMap
il y a 6 ans
Leo Natan
d878a01e8c
Update swizzles for RN scrollview
il y a 6 ans
Daniel Zlotin
50cd470c4d
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
il y a 6 ans
Daniel Zlotin
06c38a384f
send adb command only to device under tests
il y a 6 ans
Guy Carmeli
74efc9215e
Run static lifecycle events e2e only on Android for now
il y a 6 ans
Guy Carmeli
067906fdb0
Fix static lifecycle events e2e on iOS
Now iOS e2e is legitimately broken :)
il y a 6 ans
Daniel Zlotin
2b7f2bf607
fix unit tests
il y a 6 ans
Daniel Zlotin
022ca1ec79
fixed js tests
il y a 6 ans
Daniel Zlotin
546d8fd7c7
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
il y a 6 ans
Daniel Zlotin
c588004290
removed android e2e with uiautomator, replaced by detox tests
il y a 6 ans
Guy Carmeli
8045c23da2
More Detox related work
il y a 6 ans
Guy Carmeli
b189893ffd
Migrate espresso suite to detox cont.
il y a 6 ans
Guy Carmeli
c23b1faa2a
More overlay e2e to separate file
il y a 6 ans
Guy Carmeli
e4adf9a715
Fix orientation android e2e
il y a 6 ans
Guy Carmeli
cb4ced860f
Detox android (#2811 )
* Make detox android test suit pass
Disabled emulator animations due to limitation of espresso/detox which can't wait until
a push/pop animation ends
* Fix orientation parsing and enable detox orientation tests
* remove only
* Fix BottomTabs testId
* Support user orientation
* Fix rightButtons testId
* Add Modals tests
* e2e fix ios
il y a 6 ans
Daniel Zlotin
931d8a4ae4
Auto docs WIP (#2799 )
* update api jsdoc
* iniline some properties
* add typedoc
* remove typedoc
* try again with typedoc
* explicit types
* docs
* try handlerbars
* working on docs
* update docs
* html
* removed old md
* trying stuff
* fix lint
* working on docs
* trying with themes
* something works
* trying to use automatically
* working on docs
* docs
* docs
* docw
* auto docs
* rename
* local-docs no cache
* automating
* ts-node
* working on something cool
* temp
* try fix travis
* Revert "try fix travis"
This reverts commit 5bcb54659b .
* removed dead files
* main readme inside docs
* softlink
* softlink
* docs working
il y a 6 ans
Guy Carmeli
2668c8b3eb
TopBar testId
il y a 6 ans
Guy Carmeli
08f30c57b3
Orientation android (#2797 )
* Initial orientation implementation on Android
* Disable custom animations for now
* FIx OverlayManager
Keep view references instead of View id as id's can change by react
* Work on ModalStack
* resolve dismissModal promise after dismiss ends
* Send didDisappear when Modal is displayed
* Send didAppear to root when Modal is dismissed
* Introduce new API:
* onViewLostFocus
* onViewRegainedFocus
* Fix MockPromise - it can be used only once
*
il y a 6 ans
Leo Natan
fd45a3ad60
Merge remote-tracking branch 'origin/v2' into v2-rn51
il y a 6 ans
yogevbd
38d5c5e90d
refactored custom view controlles
il y a 6 ans
yogevbd
eb9142a3e1
V2 custom controller (#2784 )
* custom viewController support
* native component support and e2e
* custom viewController support
* native component support and e2e
* unit test fix
il y a 6 ans
yogevbd
fbe1edb914
adresses #2762
il y a 6 ans
yogevbd
871874f8e1
removed ios flag for passing android tests on detox
il y a 6 ans
yogevbd
48a0d2ba7e
refactored shared element transitions (#2783 )
il y a 6 ans
Guy Carmeli
3268f256c5
SideMenu visible android (#2782 )
il y a 6 ans
Guy Carmeli
5fec0182ec
Bottom tabs visible (#2779 )
* Rename BottomTabOptionsPresenter
* Set currentTabIndex in BottomTabsPresenter
* implement BottomTabs visible
il y a 6 ans
Roman Kozlov
ca93326f28
V2 anim (#2772 )
* options
* proof of concept
* pop
* test fix
* default options
* scale
* rotation
* null check
* refactor
* refactor
* refactoring
* fix tests
il y a 6 ans
yogevbd
dad564b900
e2e fix
il y a 6 ans
yogevbd
312c1a220b
refactored custom transitions api
il y a 6 ans
jamsch
24116943c7
Update docs (#2774 )
* Update TopBar docs (animateHide -> animate)
* Update BottomTabs docs (animateHide -> animate)
* Update Navigation.push docs
* docs/installation-android: remove "@Nullable " annotation
* Docs/SideMenu: Add 'center' prop
il y a 6 ans
Guy Carmeli
65f6611e4c
Fix e2e
il y a 6 ans