-
-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Incorrect RNIapPackage import with react-native link #49
Comments
@henkkasoft
I've checked into android project and everything linked properly. Also compile project has been done successfully without manually installing it.
I've heard react-native link system is not that perfect so we've written manual installation guide. However, I guess more than 90%, it would be fine. Did you also try with clean install from react-native project? |
I have seen the same issue on the project I'm working on, FWIW. Linking uses |
@henkkasoft @brentjanderson Thank you. Tell me if there is another problem after |
Just another comment on instructions. iOS manual instructions step 2 is missing "ios" folder: Didn't want to create a new issue for so obvious small thing. |
Version of react-native-iap
0.2.15
react-native: 0.53.3
Expected behavior
react-native link react-native-iap should update MainApplication.java and android/app/build.gradle correctly
Actual behavior
link adds MainApplication.java
import com.dooboolab.RNIap.RNIapPackage;
it should be: com.reactlibrary.RNIapPackage
Also:
compile project(':react-native-iap') is not updated to android/app/build.gradle, it have to be done by hand.
Thank you very much for the component, not yet fully in use but seems very useful.
The text was updated successfully, but these errors were encountered: