Daniel Zlotin
9fd8cf91ee
remove privateEvents, rename appLaunched, rename componentId to id
6 years ago
yogevbd
e709e0e732
flaky navBarCustomView on iOS 10 fix
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
Phạm Quan Khiết Luân
08039a6dcf
Add splash screen tutorial to third-party-lib-support document page. (#2863 )
* fix navigatorStyle don't work on Drawer
* Fix lightbox dismiss on Android
* Update LightBox.java
* Add splash screen tut in third party lib support list
* Revert the old drawer commit
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
Azeem Hassni
50acd74a75
Added missing curly bracket (#2859 )
Added a missing curly bracket in top tabs example.
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
Guy Carmeli
62431ba128
version patch
6 years ago
yogevbd
0c8054b8ff
center customTitleView fixed for xcode 8 builds
6 years ago
Daniel Zlotin
781997ad4e
migrate to ReadableMap.toHashMap
6 years ago
yogevbd
0955ed6cb6
passProps fix for deep stack
6 years ago
yogevbd
6b18dee309
fixed root with depth in startTabBasedApp
6 years ago
Leo Natan
d878a01e8c
Update swizzles for RN scrollview
6 years ago
Leo Natan
fb212e968d
Update swizzles for RN scrollview
6 years ago
yogevbd
24dfb69bd9
root with depth fix
6 years ago
Nicolas Bonduel
c239985eb3
ScreenVisibilityListener now called on disappear methods (#2822 )
fixes https://github.com/wix/react-native-navigation/issues/1771
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