|
6 | 6 |  |
7 | 7 | [](https://github.com/prettier/prettier) |
8 | 8 |
|
9 | | -An unified permissions API for React Native on iOS and Android. |
| 9 | +A unified permissions API for React Native on iOS and Android. |
10 | 10 |
|
11 | 11 | ## Support |
12 | 12 |
|
@@ -54,7 +54,7 @@ target 'YourAwesomeProject' do |
54 | 54 | end |
55 | 55 | ``` |
56 | 56 |
|
57 | | -> :warning: If you see a **No permission handler detected** error: Make sure that you have at least one permission handler set up. In some cases the Xcode cache needs to be clear (`Xcode -> Product -> Clean Build Folder`) |
| 57 | +> :warning: If you see a **No permission handler detected** error: Make sure that you have at least one permission handler set up. In some cases the Xcode cache needs to be cleared (`Xcode -> Product -> Clean Build Folder`) |
58 | 58 |
|
59 | 59 | Then update your `Info.plist` with wanted permissions usage descriptions: |
60 | 60 |
|
@@ -173,7 +173,7 @@ Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml |
173 | 173 |
|
174 | 174 | ## 🆘 Manual linking |
175 | 175 |
|
176 | | -Because this package targets React Native 0.60.0+, you probably won't need to link it manually. Otherwise if it's not the case, follow this additional instructions: |
| 176 | +Because this package targets React Native 0.60.0+, you probably won't need to link it manually. Otherwise if it's not the case, follow these additional instructions: |
177 | 177 |
|
178 | 178 | <details> |
179 | 179 | <summary><b>👀 See manual linking instructions</b></summary> |
@@ -233,7 +233,7 @@ public class MainApplication extends Application implements ReactApplication { |
233 | 233 |
|
234 | 234 | ## Understanding permission flow |
235 | 235 |
|
236 | | -As permissions are not handled in the same way on iOS and Android, this library provides an abstraction over the two platforms behaviors. To understand it a little better, take a look to these two flowcharts: |
| 236 | +As permissions are not handled in the same way on iOS and Android, this library provides an abstraction over the two platforms' behaviors. To understand it a little better, take a look to these two flowcharts: |
237 | 237 |
|
238 | 238 | ### iOS flow |
239 | 239 |
|
|
0 commit comments