-
Notifications
You must be signed in to change notification settings - Fork 11
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
constructor BraintreePackage in class BraintreePackage cannot be applied to given types #11
Comments
Can you paste your related |
RN 0.36.1 and React 15.3.2 |
@asciiman I am facing the same issue, have you found any solution? |
You might want to look at this package instead. |
The readme says to add
new BraintreePackage()
to MainActivity.java, but the constructor looks likepublic BraintreePackage(Context activityContext)
.The text was updated successfully, but these errors were encountered: