Skip to content

Instantly share code, notes, and snippets.

View andres9722's full-sized avatar
🎯
Focusing

Andrés Felipe Álvarez Caballero andres9722

🎯
Focusing
View GitHub Profile
@pvanliefland
pvanliefland / ImagePicker.js
Last active December 28, 2020 06:23
react-native-image-picker (workarounds)
import {Platform, PermissionsAndroid} from 'react-native';
import RNImagePicker from 'react-native-image-picker';
/**
* Overrides react-native-image-picker
*
* Attempts to fix:
*
* - https://github.com/react-community/react-native-image-picker/issues/385
* - https://github.com/react-community/react-native-image-picker/issues/581