mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Update the tsconfig and package.json files to reflect the new changes.
This commit is contained in:
@ -2,6 +2,11 @@ import {activityCallbacks as callbacks} from "ui/frame";
|
||||
|
||||
@JavaProxy("com.tns.NativeScriptActivity")
|
||||
class NativeScriptActivity extends android.app.Activity {
|
||||
constructor() {
|
||||
super();
|
||||
return global.__native(this);
|
||||
}
|
||||
|
||||
protected onCreate(savedInstanceState: android.os.Bundle): void {
|
||||
callbacks.onCreate(this, savedInstanceState, super.onCreate);
|
||||
}
|
||||
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
"name" : "ui",
|
||||
"nativescript": {}
|
||||
"nativescript": {
|
||||
"recursive-static-bindings": true
|
||||
}
|
||||
}
|
||||
|
@ -128,6 +128,7 @@
|
||||
"tns-core-modules/ui/editable-text-base/editable-text-base.android.ts",
|
||||
"tns-core-modules/ui/editable-text-base/editable-text-base.ios.ts",
|
||||
"tns-core-modules/ui/enums/enums.ts",
|
||||
"tns-core-modules/ui/frame/activity.android.ts",
|
||||
"tns-core-modules/ui/frame/frame-common.ts",
|
||||
"tns-core-modules/ui/frame/frame.android.ts",
|
||||
"tns-core-modules/ui/frame/frame.ios.ts",
|
||||
|
Reference in New Issue
Block a user