Shalom Yerushalmy
7942f69bec
Revert "Break down jenkins file steps"
This reverts commit 7e0c189070 .
6 years ago
Shalom Yerushalmy
7e0c189070
Break down jenkins file steps
6 years ago
Shalom Yerushalmy
313b927d1c
Add source to bashrc on every stage for node env hack
6 years ago
Shalom Yerushalmy
0ac18f427b
Added node version
6 years ago
Shalom Yerushalmy
bb5f2a460c
Revert "Add source bash profile to jenkins file"
This reverts commit 4912542661 .
6 years ago
Shalom Yerushalmy
4912542661
Add source bash profile to jenkins file
6 years ago
Shalom Yerushalmy
7af4179c47
Fix externalComponent field from className to name due to fail test
6 years ago
Shalom Yerushalmy
5d91dcbbe0
Revert "Add ansi color to jenkins pipeline"
This reverts commit 81cf39086c .
6 years ago
Shalom Yerushalmy
e8c672061e
Add another ansicolor to Jenkinsfile
6 years ago
Shalom Yerushalmy
81cf39086c
Add ansi color to jenkins pipeline
6 years ago
Shalom Yerushalmy
d1678e63f3
Change name for Jenkins step
6 years ago
Guy Carmeli
dfa5480be2
Clean up LayoutFactory
6 years ago
Guy Carmeli
4c8742f7bd
External component (#2846 )
* External Component implementation
* Limit External component e2e to Android for now
6 years ago
Guy Carmeli
00cf5419f0
Modals support BackHandler
closes #2840
6 years ago
Guy Carmeli
5d9571459b
Parse externalComponent options
6 years ago
Drew Volz
9e442d09c6
[V2] Update Usage.md (#2850 )
* Update Usage.md
* Remove passive voice
6 years ago
Daniel Zlotin
781997ad4e
migrate to ReadableMap.toHashMap
6 years ago
Leo Natan
d878a01e8c
Update swizzles for RN scrollview
6 years ago
Daniel Zlotin
50cd470c4d
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
06c38a384f
send adb command only to device under tests
6 years ago
Guy Carmeli
74efc9215e
Run static lifecycle events e2e only on Android for now
6 years ago
Guy Carmeli
067906fdb0
Fix static lifecycle events e2e on iOS
Now iOS e2e is legitimately broken :)
6 years ago
Daniel Zlotin
2b7f2bf607
fix unit tests
6 years ago
Daniel Zlotin
022ca1ec79
fixed js tests
6 years ago
Daniel Zlotin
546d8fd7c7
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
c588004290
removed android e2e with uiautomator, replaced by detox tests
6 years ago
Guy Carmeli
8045c23da2
More Detox related work
6 years ago
Guy Carmeli
b189893ffd
Migrate espresso suite to detox cont.
6 years ago
Guy Carmeli
c23b1faa2a
More overlay e2e to separate file
6 years ago
Guy Carmeli
e4adf9a715
Fix orientation android e2e
6 years ago
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
6 years ago
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
6 years ago
Guy Carmeli
2668c8b3eb
TopBar testId
6 years ago
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
*
6 years ago
Leo Natan
fd45a3ad60
Merge remote-tracking branch 'origin/v2' into v2-rn51
6 years ago
yogevbd
38d5c5e90d
refactored custom view controlles
6 years ago
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
6 years ago
yogevbd
fbe1edb914
adresses #2762
6 years ago
yogevbd
871874f8e1
removed ios flag for passing android tests on detox
6 years ago
yogevbd
48a0d2ba7e
refactored shared element transitions (#2783 )
6 years ago
Guy Carmeli
3268f256c5
SideMenu visible android (#2782 )
6 years ago
Guy Carmeli
5fec0182ec
Bottom tabs visible (#2779 )
* Rename BottomTabOptionsPresenter
* Set currentTabIndex in BottomTabsPresenter
* implement BottomTabs visible
6 years ago
Roman Kozlov
ca93326f28
V2 anim (#2772 )
* options
* proof of concept
* pop
* test fix
* default options
* scale
* rotation
* null check
* refactor
* refactor
* refactoring
* fix tests
6 years ago
yogevbd
dad564b900
e2e fix
6 years ago
yogevbd
312c1a220b
refactored custom transitions api
6 years ago
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
6 years ago
Guy Carmeli
65f6611e4c
Fix e2e
6 years ago
Shalom Yerushalmy
2c10e59fcd
Ignore test switch tab
6 years ago
Guy Carmeli
e4ed6ca32f
Top bar options changes (#2771 )
* Rename TopBar.animateHide to animate
also fix some options in playground app
* Consolidate topBar visibility in childWillDisappear
* Rename BottomTabs.animateHide to animate
6 years ago
Guy Carmeli
cd3e0f68d2
Fix android e2e
6 years ago