shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

Update manifest file for compatibility with AAPT2 #48

Closed rodrigomf24 closed 6 years ago

rodrigomf24 commented 6 years ago

This AdroidManifest.xml file is not compatible with AAPT2, the new file structure requires that the uses-permission and uses-feature elements to be inserted as children of the manifest element instead of the application element.