Browse Source
Merge pull request #207 from dylannlaw/master
Added link to iOS Notes and Android Notes
Mathieu Acthernoene
7 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
README.md
|
@@ -35,7 +35,7 @@ yarn add react-native-permissions
|
35
|
35
|
```
|
36
|
36
|
|
37
|
37
|
_📌 Don't forget to add permissions to `AndroidManifest.xml` for android and
|
38
|
|
-`Info.plist` for iOS (Xcode >= 8). See notes below for more details._
|
|
38
|
+`Info.plist` for iOS (Xcode >= 8). See [iOS Notes](#ios-notes) or [Android Notes](#android-notes) for more details._
|
39
|
39
|
|
40
|
40
|
### Additional iOS setup
|
41
|
41
|
|