Commit 8e34ebf2fd707452e30de5bb15be95b872366d1b

Authored by Andrei Pfeiffer
Committed by GitHub
1 parent f028afd5
Exists in master

Update README.md

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
README.md
... ... @@ -33,7 +33,7 @@ react-native link react-native-webview-android-file-upload
33 33  
34 34 The above should make (most of) the changes listed below. If it didn't, you should try manual linking.
35 35  
36   -### Manual linking
  36 +### or Manual linking
37 37  
38 38 * Update `android/setting.gradle`
39 39  
... ... @@ -79,6 +79,8 @@ public class MainApplication extends Application implements ReactApplication {
79 79 }
80 80 ```
81 81  
  82 +### File Provider setup
  83 +
82 84 * Add file provider path resource `file_provider_paths.xml` in `[your project]/android/app/src/main/res/xml/` folder. If the folder does not exist, create a new one.
83 85  
84 86 NOTE: this is a requirement for `sdk 26`. This approach should NOT require you to ask/handle any dangerous permissions.
... ...