Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit 48d337a

Browse files
antonioolfcbrevik
authored andcommitted
Update RN min. version on Readme
1 parent 0041388 commit 48d337a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async checkSubscription() {
3838
1. `npm install --save react-native-billing` or `yarn add react-native-billing`
3939
2. `react-native link react-native-billing`
4040

41-
With this, the `link`command will do most of the heavy lifting for native linking. **But**, you will still need add your Google Play license key to the `strings.xml` (step 5). If you are using a React Native version less than v18.0 you will also have to do step 4.3 (override `onActivityResult`).
41+
With this, the `link`command will do most of the heavy lifting for native linking. **But**, you will still need add your Google Play license key to the `strings.xml` (step 5). If you are using a React Native version less than v0.18 you will also have to do step 4.3 (override `onActivityResult`).
4242

4343
## Manual installation Android
4444

0 commit comments

Comments
 (0)