UNPKG

expo-plugin-image-crop-picker

Version:
16 lines (15 loc) 535 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withImageCropPicker = void 0; const android_1 = require("./android"); const ios_1 = require("./ios"); /** * Expo Config Plugin for react-native-image-crop-picker. */ const withImageCropPicker = (config) => { config = (0, ios_1.withIosImageCropPicker)(config); config = (0, android_1.withAndroidImageCropPicker)(config); return config; }; exports.withImageCropPicker = withImageCropPicker; exports.default = exports.withImageCropPicker;