stripe / stripe-terminal-react-native

React Native SDK for Stripe Terminal
https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=react-native
MIT License
110 stars 50 forks source link

Issue with Stripe Terminal Integration - Compile Error #842

Open minon250 opened 3 weeks ago

minon250 commented 3 weeks ago

Describe the bug
After updating @stripe/stripe-terminal-react-native from v0.0.1-beta.13 to v0.0.1-beta.14, the project fails to compile with the following error:
package undefined does not exist - StripeTerminalReactNativePackage in PackageList.java. Gradle deprecation warnings also appear.

To Reproduce

  1. Update @stripe/stripe-terminal-react-native to v0.0.1-beta.14
  2. Rebuild the project
  3. Observe the compilation error in :app:compileDebugJavaWithJavac

Expected behavior
The project should compile without errors after updating the package.

Investigation Details

Stripe Terminal React Native SDK version

Additional context

Would you like me to add or modify anything else in the bug report?

dmatthews-stripe commented 2 weeks ago

Hi @minon250 are you able to upgrade to the latest version, v0.0.1-beta.22, to see if this issue still exists?