We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
frame
1 parent 779821b commit cbee066Copy full SHA for cbee066
platform/nativescript/runtime/index.js
@@ -1,6 +1,8 @@
1
-// Ensure `application` module is loaded
+// Ensure `application` and `frame` modules are loaded
2
// before overriding `global.__onLiveSyncCore`
3
import { run, on, launchEvent } from 'tns-core-modules/application'
4
+import 'tns-core-modules/ui/frame'
5
+
6
import { warn } from 'core/util/index'
7
import { patch } from './patch'
8
import { mountComponent } from 'core/instance/lifecycle'
0 commit comments