diff --git a/README.md b/README.md index b2b31a0..c15b1f1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,15 @@ ``` compile project(':@react-native-community_cameraroll') ``` +Starting with Android 10, the concept of [scoped storage](https://developer.android.com/training/data-storage#scoped-storage) is introduced. Currently, to make it working with that change, you have to add `android:requestLegacyExternalStorage="true"` to `AndroidManifest.xml`: +```xml + + + ... + + +``` ## Migrating from the core `react-native` module This module was created when the CameraRoll was split out from the core of React Native. To migrate to this module you need to follow the installation instructions above and then change you imports from: