Explorar el Código

Update README.md

Yonah Forst hace 8 años
padre
commit
db3411c528
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      README.md

+ 5
- 0
README.md Ver fichero

@@ -19,6 +19,11 @@ The current supported permissions are:
19 19
 - Example app
20 20
 
21 21
 ##General Usage
22
+```
23
+npm install --save react-native-permissions
24
+rnpm link
25
+```
26
+
22 27
 ```js
23 28
 const Permissions = require('react-native-permissions');
24 29