Skip to content

Commit dba6b21

Browse files
authored
Readme formatting tweaks
1 parent d64ab45 commit dba6b21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# `react-native-in-app-utils`
22

3-
A react-native wrapper for handling in-app purchases.
3+
A react-native wrapper for handling in-app purchases in iOS.
44

5-
# Breaking Change
5+
## Breaking Change
66

77
- Due to a major breaking change in RN 0.40+, use version 5 or higher of this lib when installing from npm.
88

9-
# Notes
9+
## Notes
1010

1111
- You need an Apple Developer account to use in-app purchases.
1212

1313
- You have to set up your in-app purchases in iTunes Connect first. Follow steps 1-13 in this [tutorial](http://stackoverflow.com/questions/19556336/how-do-you-add-an-in-app-purchase-to-an-ios-application) for an easy explanation.
1414

1515
- You have to test your in-app purchases on a real device, in-app purchases will always fail on the Simulator.
1616

17-
### Add it to your project
17+
## Installation
1818

19-
1.Install with react-native cli `react-native install react-native-in-app-utils`
19+
1. Install with react-native cli `react-native install react-native-in-app-utils`
2020

2121
2. Whenever you want to use it within React code now you just have to do: `var InAppUtils = require('NativeModules').InAppUtils;`
2222
or for ES6:

0 commit comments

Comments
 (0)