Skip to content

Commit

Permalink
Merge-Update manual Android steps to use new package name
Browse files Browse the repository at this point in the history
Request-Update manual Android steps to use new package name
  • Loading branch information
foxvector authored Jan 25, 2025
2 parents af2d1b2 + b4c6068 commit 298eac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ https://github.com/dooboolab/react-native-iap

#### Android
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
- Add `import com.reactlibrary.RNIapPackage;` to the imports at the top of the file
- Add `import com.dooboolab.RNIap.RNIapPackage;` to the imports at the top of the file
- Add `new RNIapPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
```
Expand Down

0 comments on commit 298eac5

Please sign in to comment.