mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup utils packaging
This commit is contained in:
@@ -2,9 +2,11 @@ import { iOSNativeHelper } from './native-helper';
|
||||
import { Trace } from '../trace';
|
||||
|
||||
export { dataDeserialize, dataSerialize, iOSNativeHelper } from './native-helper';
|
||||
export * from './utils-common';
|
||||
export * from './common';
|
||||
export { Source } from './debug';
|
||||
|
||||
export const SDK_VERSION = parseFloat(UIDevice.currentDevice.systemVersion);
|
||||
|
||||
export function openFile(filePath: string): boolean {
|
||||
try {
|
||||
const appPath = iOSNativeHelper.getCurrentAppPath();
|
||||
|
||||
Reference in New Issue
Block a user