#devjay_16092
1 messages · Page 1 of 1 (latest)
hi there!
hi
here are our docs on Tap to Pay: https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay
i have been using iPhone tap to pay in my react native app with the stripe-terminal-react-native@0.0.1-beta-11, but for android I'm not able to use tap to pay
?
What do you mean by "I'm not able to use tap to pay" exactly?
getting issue with the integration of android tap to pay in my react native app
What's the issue?
wait
code
:
"UNEXPECTED_ERROR.UNEXPECTED_SDK_ERROR"
message
:
"The Terminal localmobile module must be included for this DiscoveryMethod"
getting this error
I think you might have forgotten to include this: https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=android#getting-started
I am not sure how your project is stuctured, I guess where other dependencies go.
i had added this and got error
in my react native project have one android folder in which gradle.build files availabe
one gradle.build in android
second gradle.build in android>app
It should be in second android/app/gradle.build
i had tried it but not working for me
Have you rebuilt your app?
The same one?
Execution failed for task ':app:checkDebugDuplicateClasses'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Failed to transform jackson-core-2.16.0.jar (com.fasterxml.jackson.core:jackson-core:2.16.0) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
Execution failed for JetifyTransform: C:\Users\Webosmotic.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-core\2.16.0\899e5cf01be55fbf094ad72b2edb0c5df99111ee\jackson-core-2.16.0.jar.
Failed to transform 'C:\Users\Webosmotic.gradle\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-core\2.16.0\899e5cf01be55fbf094ad72b2edb0c5df99111ee\jackson-core-2.16.0.jar' using Jetifier. Reason: IllegalArgumentException, message: Unsupported class file major version 63. (Run with --stacktrace for more details.)
Suggestions:
- Check out existing issues at https://issuetracker.google.com/issues?q=componentid:460323&s=modified_time:desc, it's possible that this issue has already been filed there.
- If this issue has not been filed, please report it at https://issuetracker.google.com/issues/new?component=460323 (run with --stacktrace and provide a stack trace if possible).
?
Hey! Taking over for my colleague. Let me catch up.
any one there?
Can you please share the complete stacktrace ?
Between, we don't have an official integration for Tap to Pay on ReactNative, only Android or Ios:
https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay
I'm affraid that's not supported yet in react native
Did you try to include these dependencies in your Android gradle ?
implementation "com.stripe:stripeterminal-localmobile:3.3.1"
implementation "com.stripe:stripeterminal-core:3.3.1"
Ok then Tap to Pay isn't supported on React Native
I can't find an official integration for React native so far:
https://github.com/stripe/stripe-react-native/tree/master/example
Actually Tap to pay is in beta
Are you using this:
https://github.com/stripe/stripe-terminal-react-native
Yes I don't find either a reference for tap to pay yet on ReactNative
yes, I'm using beta