Mathieu Acthernoene пре 7 година
родитељ
комит
31089af181
No account linked to committer's email address
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      README.md

+ 2
- 2
README.md Прегледај датотеку

@@ -19,7 +19,7 @@ Request user permissions from React Native, iOS + Android
19 19
 
20 20
 ```sh
21 21
 npm install --save react-native-permissions
22
---- or ---
22
+# --- or ---
23 23
 yarn add react-native-permissions
24 24
 ```
25 25
 
@@ -187,7 +187,7 @@ If you need Contacts permission you have to add the key `Privacy - Contacts Usag
187 187
 
188 188
 <img width="338" alt="3cde3b44-7ffd-11e6-918b-63888e33f983" src="https://cloud.githubusercontent.com/assets/1440796/18713019/271be540-8011-11e6-87fb-c3828c172dfc.png">
189 189
 
190
-### App Store submission disclaimer
190
+#### App Store submission disclaimer
191 191
 
192 192
 If you need to submit you application to the AppStore, you need to add to your `Info.plist` all `*UsageDescription` keys with a string value explaining to the user how the app uses this data. **Even if you don't use them**.
193 193