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

android app crash #83

Open Anujmoglix opened 4 years ago

Anujmoglix commented 4 years ago

✖︎ Ups, something went wrong

CODE ▶︎ ERR_UNKNOWN MESSAGE ▶︎ read: unexpected EOF!

liukefu2050 commented 4 years ago

Refer to readme installation

liukefu2050 commented 4 years ago

add permission /android/app/src/main/AndroidManifest.xml

`

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

`