浏览代码

Update README.md

Mathieu Acthernoene 6 年前
父节点
当前提交
27d863a09c
没有帐户链接到提交者的电子邮件
共有 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