-
Notifications
You must be signed in to change notification settings - Fork 50
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
Upgrade to RN 0.72 #572
Upgrade to RN 0.72 #572
Conversation
6c9c14c
to
02fa5f2
Compare
06fc9af
to
50290aa
Compare
67f8526
to
e0f4bbd
Compare
Co-authored-by: chr-stripe <[email protected]>
Co-authored-by: chr-stripe <[email protected]>
9cae835
to
b6d0ce0
Compare
97913ca
to
f4d93a6
Compare
// The version of react-native is set by the React Native Gradle Plugin | ||
implementation("com.facebook.react:react-android") |
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.
Sweet
dev-app/android/app/src/main/java/com/dev/app/stripeterminalreactnative/MainApplication.java
Show resolved
Hide resolved
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root | ||
* directory of this source tree. | ||
*/ |
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.
Should probably remove this, I think
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.
ios pieces lgtm
Summary
Upgrades RN version used in the project to latest 0.71 and Android Gradle Plugin to 8.1.1. These changes allowed us the necessary setup to bump the native SDKs to 3.2.0, which are also done in this PR.
Motivation
SDK update
Testing
Documentation
Select one: