diff options
Diffstat (limited to 'src/lib/media/picker.tsx')
-rw-r--r-- | src/lib/media/picker.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/media/picker.tsx b/src/lib/media/picker.tsx index e91a5b8dd..bf531c981 100644 --- a/src/lib/media/picker.tsx +++ b/src/lib/media/picker.tsx @@ -6,15 +6,6 @@ import { import {CameraOpts, CropperOptions} from './types' export {openPicker} from './picker.shared' -/** - * NOTE - * These methods all include the RootStoreModel as the first param - * because the web versions require it. The signatures have to remain - * equivalent between the different forms, but the store param is not - * used here. - * -prf - */ - export async function openCamera(opts: CameraOpts): Promise<RNImage> { const item = await openCameraFn({ width: opts.width, |