We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bf201 commit 27d863aCopy full SHA for 27d863a
README.md
@@ -67,6 +67,8 @@ react-native link react-native-permissions
67
68
```js
69
import Permissions from 'react-native-permissions'
70
+// OR const Permissions = require('react-native-permissions').default
71
+// if you use CommonJS module system
72
73
//...
74
0 commit comments