mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: update safe area traces
This commit is contained in:
committed by
Martin Yankov
parent
9b0be9fa89
commit
b8fec327dd
@@ -1,3 +1,7 @@
|
||||
import * as application from "tns-core-modules/application";
|
||||
import * as trace from "tns-core-modules/trace";
|
||||
|
||||
trace.setCategories(trace.categories.Layout);
|
||||
trace.enable();
|
||||
|
||||
application.run({ moduleName: "app-root" });
|
||||
|
||||
Reference in New Issue
Block a user