mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
rename:
_createNativeView to createNativeView; _initNativeView to initNativeView _disposeNativeView to disposeNativeView _resetNativeView to resetNativeView
This commit is contained in:
@@ -5,7 +5,7 @@ export * from "./stack-layout-common";
|
||||
export class StackLayout extends StackLayoutBase {
|
||||
nativeView: org.nativescript.widgets.StackLayout;
|
||||
|
||||
public _createNativeView() {
|
||||
public createNativeView() {
|
||||
return new org.nativescript.widgets.StackLayout(this._context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user