Browse Source

Merge pull request #207 from dylannlaw/master

Added link to iOS Notes and Android Notes
Mathieu Acthernoene 7 years ago
parent
commit
f80a8854d2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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