@extscreen/es-core 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2578,7 +2578,7 @@ function ESPageRootViewComponent() {
|
|
2578
2578
|
name: 'ESPageRootView',
|
2579
2579
|
processEventData(event, nativeEventName, nativeEventParams) {
|
2580
2580
|
switch (nativeEventName) {
|
2581
|
-
case '
|
2581
|
+
case 'onLifecycleChange':
|
2582
2582
|
event.lifecycle = nativeEventParams;
|
2583
2583
|
break;
|
2584
2584
|
case 'onDispatchKeyEvent':
|