-
Notifications
You must be signed in to change notification settings - Fork 266
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
fix: RN 73 compatibility #1563
base: master
Are you sure you want to change the base?
fix: RN 73 compatibility #1563
Conversation
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.reactnativestripesdk"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better backward compatibility, I recommend keeping package name here but lowering the gradle version to 7 if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
This is what has been done for the most part on RN lib
@charliecruzan-stripe This is an old PR, but it would be useful to have it on a future version |
Summary
Add new mandatory
android.namespace
config.Motivation
react-native-community/discussions-and-proposals#671
Testing
App builds with RN 73 and AGP 8
Documentation
Select one: