@rnv/renative
Advanced tools
Comparing version 0.36.0-canary.13 to 0.36.0-canary.14
import { Engine } from '../../Constants'; | ||
declare const engine: Engine; | ||
export default engine; | ||
//# sourceMappingURL=index.d.ts.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.lightning; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-lightning.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.lightning; | ||
//# sourceMappingURL=index.engine-lightning.js.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.rn_electron; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-rn-electron.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.rn_electron; | ||
//# sourceMappingURL=index.engine-rn-electron.js.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.rn_macos; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-rn-macos.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.rn_macos; | ||
//# sourceMappingURL=index.engine-rn-macos.js.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.rn_next; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-rn-next.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.rn_next; | ||
//# sourceMappingURL=index.engine-rn-next.js.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.rn_tvos; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-rn-tvos.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.rn_tvos; | ||
//# sourceMappingURL=index.engine-rn-tvos.js.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.rn_web; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-rn-web.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.rn_web; | ||
//# sourceMappingURL=index.engine-rn-web.js.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.rn_windows; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-rn-windows.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.rn_windows; | ||
//# sourceMappingURL=index.engine-rn-windows.js.map |
import { Engine } from '../../Constants'; | ||
declare const _default: Engine.rn; | ||
export default _default; | ||
//# sourceMappingURL=index.engine-rn.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Engine.rn; | ||
//# sourceMappingURL=index.engine-rn.js.map |
@@ -6,2 +6,1 @@ "use strict"; | ||
exports.default = engine; | ||
//# sourceMappingURL=index.js.map |
import { FormFactor } from '../../Constants'; | ||
declare const _default: FormFactor.browser; | ||
export default _default; | ||
//# sourceMappingURL=index.browser.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.FormFactor.browser; | ||
//# sourceMappingURL=index.browser.js.map |
import { FormFactor } from '../../Constants'; | ||
declare const formFactor: FormFactor; | ||
export default formFactor; | ||
//# sourceMappingURL=index.d.ts.map |
import { FormFactor } from '../../Constants'; | ||
declare const _default: FormFactor.desktop; | ||
export default _default; | ||
//# sourceMappingURL=index.desktop.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.FormFactor.desktop; | ||
//# sourceMappingURL=index.desktop.js.map |
@@ -6,2 +6,1 @@ "use strict"; | ||
exports.default = formFactor; | ||
//# sourceMappingURL=index.js.map |
import { FormFactor } from '../../Constants'; | ||
declare const _default: FormFactor.mobile; | ||
export default _default; | ||
//# sourceMappingURL=index.mobile.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.FormFactor.mobile; | ||
//# sourceMappingURL=index.mobile.js.map |
import { FormFactor } from '../../Constants'; | ||
declare const _default: FormFactor.tv; | ||
export default _default; | ||
//# sourceMappingURL=index.tv.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.FormFactor.tv; | ||
//# sourceMappingURL=index.tv.js.map |
import { FormFactor } from '../../Constants'; | ||
declare const _default: FormFactor.watch; | ||
export default _default; | ||
//# sourceMappingURL=index.watch.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.FormFactor.watch; | ||
//# sourceMappingURL=index.watch.js.map |
@@ -15,2 +15,1 @@ import platform from './platform'; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -37,2 +37,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=index.js.map |
declare const _default: false; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = false; | ||
//# sourceMappingURL=index.js.map |
declare const _default: true; | ||
export default _default; | ||
//# sourceMappingURL=index.web.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = true; | ||
//# sourceMappingURL=index.web.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.android; | ||
export default _default; | ||
//# sourceMappingURL=index.android.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.android; | ||
//# sourceMappingURL=index.android.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.androidtv; | ||
export default _default; | ||
//# sourceMappingURL=index.androidtv.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.androidtv; | ||
//# sourceMappingURL=index.androidtv.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.androidwear; | ||
export default _default; | ||
//# sourceMappingURL=index.androidwear.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.androidwear; | ||
//# sourceMappingURL=index.androidwear.js.map |
import { Platform } from '../../Constants'; | ||
declare const platform: Platform; | ||
export default platform; | ||
//# sourceMappingURL=index.d.ts.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.firefoxtv; | ||
export default _default; | ||
//# sourceMappingURL=index.firefoxtv.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.firefoxtv; | ||
//# sourceMappingURL=index.firefoxtv.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.firetv; | ||
export default _default; | ||
//# sourceMappingURL=index.firetv.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.firetv; | ||
//# sourceMappingURL=index.firetv.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.ios; | ||
export default _default; | ||
//# sourceMappingURL=index.ios.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.ios; | ||
//# sourceMappingURL=index.ios.js.map |
@@ -6,2 +6,1 @@ "use strict"; | ||
exports.default = platform; | ||
//# sourceMappingURL=index.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.linux; | ||
export default _default; | ||
//# sourceMappingURL=index.linux.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.linux; | ||
//# sourceMappingURL=index.linux.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.macos; | ||
export default _default; | ||
//# sourceMappingURL=index.macos.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.macos; | ||
//# sourceMappingURL=index.macos.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.tizen; | ||
export default _default; | ||
//# sourceMappingURL=index.tizen.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.tizen; | ||
//# sourceMappingURL=index.tizen.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.tizenmobile; | ||
export default _default; | ||
//# sourceMappingURL=index.tizenmobile.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.tizenmobile; | ||
//# sourceMappingURL=index.tizenmobile.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.tizenwatch; | ||
export default _default; | ||
//# sourceMappingURL=index.tizenwatch.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.tizenwatch; | ||
//# sourceMappingURL=index.tizenwatch.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.tvos; | ||
export default _default; | ||
//# sourceMappingURL=index.tvos.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.tvos; | ||
//# sourceMappingURL=index.tvos.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.web; | ||
export default _default; | ||
//# sourceMappingURL=index.web.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.web; | ||
//# sourceMappingURL=index.web.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.webos; | ||
export default _default; | ||
//# sourceMappingURL=index.webos.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.webos; | ||
//# sourceMappingURL=index.webos.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.webtv; | ||
export default _default; | ||
//# sourceMappingURL=index.webtv.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.webtv; | ||
//# sourceMappingURL=index.webtv.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.windows; | ||
export default _default; | ||
//# sourceMappingURL=index.windows.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.windows; | ||
//# sourceMappingURL=index.windows.js.map |
import { Platform } from '../../Constants'; | ||
declare const _default: Platform.xbox; | ||
export default _default; | ||
//# sourceMappingURL=index.xbox.d.ts.map |
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.default = Constants_1.Platform.xbox; | ||
//# sourceMappingURL=index.xbox.js.map |
@@ -77,2 +77,1 @@ export declare const IS_TABLET_ABOVE_INCH = 6.5; | ||
} | ||
//# sourceMappingURL=Constants.d.ts.map |
@@ -84,2 +84,1 @@ "use strict"; | ||
})(Platform = exports.Platform || (exports.Platform = {})); | ||
//# sourceMappingURL=Constants.js.map |
@@ -6,2 +6,1 @@ import Api from './Api'; | ||
export { Api }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,2 +10,1 @@ "use strict"; | ||
(0, tslib_1.__exportStar)(require("./is"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -53,2 +53,1 @@ export declare const isPlatformAndroid: boolean; | ||
export declare const isWebtv: () => boolean; | ||
//# sourceMappingURL=is.d.ts.map |
@@ -86,2 +86,1 @@ "use strict"; | ||
exports.isWebtv = isWebtv; | ||
//# sourceMappingURL=is.js.map |
{ | ||
"name": "@rnv/renative", | ||
"version": "0.36.0-canary.13", | ||
"version": "0.36.0-canary.14", | ||
"description": "🚀🚀🚀 Unified Development Platform. Bootstrap, Develop & Deploy `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Linux` and `Firefox TV` platforms", | ||
@@ -76,3 +76,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "aee3e6c5288eff6d325104a95762ac0a44a23d09" | ||
"gitHead": "d9c8e7aa902a1a14027b1cbd5f77df584126bed9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31885
82