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

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

@@ -67,6 +67,8 @@ react-native link react-native-permissions
67 67
 
68 68
 ```js
69 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