mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user