You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when trying to compile in a project created with expo-cli using sdk version 31.
/Users/cristi/code/automemo/update-mobile-good/node_modules/react-native-braintree-xplat/android/src/main/java/com/pw/droplet/braintree/Braintree.java:33: error: Braintree is not abstract and does not override abstract method onActivityResult(int,int,Intent) in ActivityEventListener
public class Braintree extends ReactContextBaseJavaModule implements ActivityEventListener {
^
/Users/cristi/code/automemo/update-mobile-good/node_modules/react-native-braintree-xplat/android/src/main/java/com/pw/droplet/braintree/Braintree.java:239: error: method does not override or implement a method from a supertype
@Override
^
Note: /Users/cristi/code/automemo/update-mobile-good/node_modules/react-native-braintree-xplat/android/src/main/java/com/pw/droplet/braintree/Braintree.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
The compile used to work in an older project ( ~ 1 month ago ).
The case where I'm having the problem is a brand new project.
Any ideeas ?
The text was updated successfully, but these errors were encountered:
I get the following error when trying to compile in a project created with expo-cli using sdk version 31.
The compile used to work in an older project ( ~ 1 month ago ).
The case where I'm having the problem is a brand new project.
Any ideeas ?
The text was updated successfully, but these errors were encountered: