Yusuf YILDIRIM
|
7661d4b579
|
iOS native event fix (#3254)
As you can see here: https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L28 nativeEventListener expects an object which is includes name and params but on the iOS side, the native bridge is triggers the event listener but passes wrong object. iOS is passes commandName instead of name. This commit is fixes the problem.
|
6 gadus atpakaļ |
yogevbd
|
3d22e69d6a
|
Fix appLaunched and button press events on iOS
|
6 gadus atpakaļ |
yogevbd
|
0dc45525ea
|
bottomTab static events - #1078
|
6 gadus atpakaļ |
yogevbd
|
ffa4e13d3a
|
events onNavigationCommand support - #1078
|
6 gadus atpakaļ |
yogevbd
|
2ab8998ba8
|
e2e fixes
|
6 gadus atpakaļ |
Daniel Zlotin
|
f69deccf0d
|
send params from native
|
6 gadus atpakaļ |
Daniel Zlotin
|
3c378d2cbf
|
receive generic params from native
|
6 gadus atpakaļ |
Daniel Zlotin
|
ea7db1d7cc
|
refactored, renamed events, e2e passes
|
6 gadus atpakaļ |
frankenthumbs
|
a829283eba
|
Prevent early reload from assertion crashing navigation (#2715)
* Prevent early reload from crashing navigation
* fix typo
|
6 gadus atpakaļ |
Daniel Zlotin
|
140f888162
|
remove RNN.navigationEvent as it should be js-only, remove RNN.componentLifecycle
|
6 gadus atpakaļ |
yogevbd
|
95f2560414
|
removed componentLifecycle events and navigationCommands event (#2636)
|
6 gadus atpakaļ |
yogevbd
|
e10e811c46
|
V2 static navigation events (#2577)
* adresses #1078
|
6 gadus atpakaļ |
Joon Ho Cho
|
1586de0ef7
|
Fixes issues#1397 (#1816)
https://github.com/wix/react-native-navigation/issues/1397
|
6 gadus atpakaļ |
Daniel Zlotin
|
ebf09b6e2e
|
rename container-->component ios
|
6 gadus atpakaļ |
Johan
|
5d1783cbcf
|
setButtons for iOS (#1746)
|
7 gadus atpakaļ |
Johan
|
9f9fddc626
|
Renamed container lifecycle events (#1676)
* Renamed onStop/onStart to didAppear/DidDisappear
* This did't make it!
|
7 gadus atpakaļ |
Daniel Zlotin
|
1d9a852533
|
moving stuff around to work on everything locally without hacks
|
7 gadus atpakaļ |
Daniel Zlotin
|
8b8d914a06
|
ios fixed invalid bridge
|
7 gadus atpakaļ |
Ran Greenberg
|
720e07f872
|
refactor
|
7 gadus atpakaļ |
Ran Greenberg
|
58c26bcafd
|
handle java notation to real objective c notation !
|
7 gadus atpakaļ |
Daniel Zlotin
|
293fb6adcd
|
screen lifecycle
|
7 gadus atpakaļ |
Daniel Zlotin
|
9efb7d10c8
|
lifecycle start works
|
7 gadus atpakaļ |
Daniel Zlotin
|
8546765f0e
|
trying to run locally
|
7 gadus atpakaļ |
Daniel Zlotin
|
264359bc61
|
e2e passed
|
7 gadus atpakaļ |
Daniel Zlotin
|
5d3299acdc
|
refactoring
|
7 gadus atpakaļ |
Daniel Zlotin
|
df522f083e
|
removed old code, migrated to public headers, new event emitter onAppLaunched
|
7 gadus atpakaļ |