Daniel Zlotin
9fd8cf91ee
remove privateEvents, rename appLaunched, rename componentId to id
6 years ago
Shalom Yerushalmy
ff1dd515b8
Update README.md
Updated jenkins build status link
6 years ago
yogevbd
4dfb43e9ce
refactored custom component to use creator (#2887 )
6 years ago
Daniel Zlotin
140f888162
remove RNN.navigationEvent as it should be js-only, remove RNN.componentLifecycle
6 years ago
Daniel Zlotin
f63910e212
removed old docs generation, working on a side project to accomplish that
6 years ago
Guy Carmeli
8524f36067
Use bound functions in WelcomeScreen
6 years ago
Shalom Yerushalmy
162837f4fb
Add line to Jenkinsfile
6 years ago
yogevbd
0355a61a3b
added interpolation and startDelay for animations
6 years ago
Guy Carmeli
c737fdd4ac
fix unit tests
6 years ago
yogevbd
8543d80fa2
V2 animations (#2878 )
* passProps to buttons
* push and pop custom transitions
* refactored defaultOptions
* custom animations support for show and dismiss modal
6 years ago
Guy Carmeli
bca4bbc7fe
Support reading image resources on android
closes #2831
6 years ago
Guy Carmeli
79cfc6045f
Add TopBar buttons in reverse order to match iOS ordering
6 years ago
Guy Carmeli
21d2103475
Top bar buttons android (#2876 )
* TopBar custom buttons initial commit
* f
* Consolidate TopBarButtonController and TopBarButton
* Move Toolbar related stuff to TitleBar
* TitleBarTest
* More tests
6 years ago
Shalom Yerushalmy
50ea7576fe
Add jenkins status badge
6 years ago
Shalom Yerushalmy
00211ea5f1
Put coverage back to 100
6 years ago
Shalom Yerushalmy
1e99e8dc15
Remove fn() from command test unused function
6 years ago
Shalom Yerushalmy
d89992e149
Remove android e2e until detox is stable with RN51
6 years ago
Shalom Yerushalmy
03e331dc63
Reduce js coverage to 99.5 due to jenkins bug
6 years ago
Shalom Yerushalmy
b241e607da
Add node -v for debug node
6 years ago
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