Skip to content

Commit 4bc1a3d

Browse files
rashidul-hasanchristopherdro
authored andcommitted
Add storage permission section for Android on readme (#150)
1 parent e9558f4 commit 4bc1a3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ new MainReactPackage(),
4747
new RNHTMLtoPDFPackage()
4848
```
4949

50+
- Add the following `WRITE_EXTERNAL_STORAGE` permission to `AndroidManifest.xml`
51+
52+
```xml
53+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
54+
```
55+
Also starting from Android M, users need to be prompted for permission dynamically. Follow [this](https://facebook.github.io/react-native/docs/permissionsandroid) link for more details on how to do that.
56+
57+
5058
## Usage
5159
```javascript
5260

0 commit comments

Comments
 (0)