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 2845d19 commit 8ed8024Copy full SHA for 8ed8024
Readme.md
@@ -17,11 +17,9 @@ A react-native wrapper for handling in-app purchases.
17
18
### Add it to your project
19
20
-1. Make sure you have `rnpm` installed: `npm install rnpm -g`
+1.Install with react-native cli `react-native install react-native-in-app-utils`
21
22
-2. Install with rnpm: `rnpm install react-native-in-app-utils`
23
-
24
-3. Whenever you want to use it within React code now you just have to do: `var InAppUtils = require('NativeModules').InAppUtils;`
+2. Whenever you want to use it within React code now you just have to do: `var InAppUtils = require('NativeModules').InAppUtils;`
25
or for ES6:
26
27
```
0 commit comments