Explorar el Código

Merge pull request #189 from enieber/patch-1

add title for describe how to use the library
Mathieu Acthernoene hace 7 años
padre
commit
1770b0d654
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

@@ -63,6 +63,8 @@ react-native link react-native-permissions
63 63
 3. Add `libReactNativePermissions.a` to `Build Phases` -> `Link Binary With
64 64
    Libraries`
65 65
 
66
+## Using
67
+
66 68
 ```js
67 69
 import Permissions from 'react-native-permissions'
68 70