Explorar el Código

Update README.md

Mathieu Acthernoene hace 8 años
padre
commit
27d863a09c
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      README.md

+ 2
- 0
README.md Ver fichero

67
 
67
 
68
 ```js
68
 ```js
69
 import Permissions from 'react-native-permissions'
69
 import Permissions from 'react-native-permissions'
70
+// OR const Permissions = require('react-native-permissions').default
71
+// if you use CommonJS module system
70
 
72
 
71
 //...
73
 //...
72
 
74