Daniel Zlotin
ea7db1d7cc
refactored, renamed events, e2e passes
6 years ago
Daniel Zlotin
1443f36863
registerForAllComponents
6 years ago
Daniel Zlotin
9eecaae742
ComponentEventsRegistry
6 years ago
Daniel Zlotin
7b51a48936
changed API, better naming
6 years ago
Daniel Zlotin
8d6b0a7881
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Guy Carmeli
7f350758df
Refactor OptionsPresenter
It's now created once and child component is passed as argument in applyChildOptions
6 years ago
yogevbd
3dfa9542bf
hideBackButtonTitle support
6 years ago
yogevbd
c1047c8b27
backButtonHidden support
6 years ago
yogevbd
904f02a8ae
backButtonTitle support
6 years ago
yogevbd
5026a10ae9
backButtonImage support
6 years ago
yogevbd
00280b7073
Added disabledColor for topBar buttons
6 years ago
Guy Carmeli
7206280b92
Rename applyOptions(Options, Component) to applyChildOpions
6 years ago
yogevbd
66c18fbf6f
statusBarStyle support
6 years ago
Guy Carmeli
cb43c9800c
destroy TitleBar component in titleBar.clear
6 years ago
yogevbd
94b0df38c2
fix unit ios
6 years ago
yogevbd
a0d7d933c5
styles should not persist in stack
6 years ago
Guy Carmeli
0809f1e32d
fix e2e
6 years ago
Guy Carmeli
4f545a7aa1
TopBar component Android cont
* Clear text when component is used in title
* Measure title component to first child's width
6 years ago
Guy Carmeli
2c53b28660
[Breaking] Top bar API changes (#2895 )
* Refactor TopBar options, introduce title options
* Update background to new api
* Refactored topBar options on iOS
* Initial react component in TitleBar android
* set height to react view in TitleBar
* fix tests and lint
* ios unit tests fix
6 years ago
Daniel Zlotin
5bc414affb
declared callback types
6 years ago
Daniel Zlotin
945c03df0e
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
e20353435c
added types
6 years ago
frankenthumbs
a829283eba
Prevent early reload from assertion crashing navigation (#2715 )
* Prevent early reload from crashing navigation
* fix typo
6 years ago
Daniel Zlotin
a98f76e450
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
d4cb30355f
fix release
6 years ago
Daniel Zlotin
46535d3190
trigger build
6 years ago
Daniel Zlotin
f6443d8cbd
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
e6a8a4636c
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
3839b83242
fix jenkins
6 years ago
Shalom Yerushalmy
691418ac2d
Update README.md
Added new line to trigger build
6 years ago
Daniel Zlotin
90b63c53b9
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Shalom Yerushalmy
62b01d7757
Update Jenkinsfile
6 years ago
Daniel Zlotin
19135cfded
removing travis
6 years ago
Shalom Yerushalmy
1dd9981420
Update README.md
6 years ago
Daniel Zlotin
c1cbcd1c8d
interaction
6 years ago
Daniel Zlotin
40c47b754a
componentDidDisappear
6 years ago
Daniel Zlotin
d8056195aa
Merge branch 'v2' of https://github.com/wix/react-native-navigation into v2
6 years ago
Daniel Zlotin
88b200b165
EventSubscription interface
6 years ago
Daniel Zlotin
1bf950a297
refactor OptionsProcessor
6 years ago
Daniel Zlotin
99e4108fbd
refactor OptionsProcessor
6 years ago
Daniel Zlotin
e7bcbdd96d
fixed tests, remove Lifecycle object
6 years ago
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