소스 검색

Update README.md

Mathieu Acthernoene 8 년 전
부모
커밋
27d863a09c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -67,6 +67,8 @@ react-native link react-native-permissions
 
 ```js
 import Permissions from 'react-native-permissions'
+// OR const Permissions = require('react-native-permissions').default
+// if you use CommonJS module system
 
 //...