Skip to content

Commit

Permalink
Update manual Android steps to use new package name
Browse files Browse the repository at this point in the history
Co-authored-by: foxvector <[email protected]>
Co-authored-by: checkmate17 <[email protected]>
  • Loading branch information
checkmate17 and foxvector committed Jan 25, 2025
1 parent af2d1b2 commit b4c6068
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 b4c6068

Please sign in to comment.