Explorar el Código

Merge pull request #207 from dylannlaw/master

Added link to iOS Notes and Android Notes
Mathieu Acthernoene hace 6 años
padre
commit
f80a8854d2
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

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