UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

12 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function checkForCameraPermission(permissionType, showAlert) { // not used on web // return new Promise<boolean>(() => {}); return new Promise(function () { }); } exports.checkForCameraPermission = checkForCameraPermission; function goToSettings(props) { } exports.goToSettings = goToSettings; //# sourceMappingURL=cameraUtils.js.map