UNPKG

@react-native-oh-tpl/react-native-permissions

Version:
11 lines 342 B
const IOS_14 = 'Only supported by iOS 14 and above'; export async function checkLocationAccuracy() { throw new Error(IOS_14); } export async function requestLocationAccuracy(_options) { throw new Error(IOS_14); } export async function openPhotoPicker() { throw new Error(IOS_14); } //# sourceMappingURL=unsupportedPlatformMethods.js.map