-
Notifications
You must be signed in to change notification settings - Fork 526
Android : Instantly crashes when trying to use PaymentCardTextField #796
Comments
Ok I ended up upgrading to RN 0.64.2, this issue was fixed in this version : facebook/react-native#31245 (comment) Now I am getting this error and it crashes again...
|
I ran into the same issue. I believe this was caused by a change made for #790 I believe it is because the constructor for
I believe that can be changed to the following:
|
@sccainsa Hi, thank you for your answer, I ended up migrating to the official stripe SDK. |
you can get it with |
Before I have submitted the issue
[x] I have read an installation guide
[x] I know that for an iOS I need to install pods because I've read the installation guide
[x] I have read a linking guide and checked that everything is OK like in manual linking guide
[x] I know that before using
tipsi-stripe
I need to set options for my app as described in usage guideThe problem
Hi there, using PaymentCardTextField in Android throws me this error :
java.lang.IllegalArgumentException: Unable to find JSIModule for class UIManager
.I'm really struggling with this issue and need to find a fix, does someone have an idea about how to fix it ? 🙏
Cheers
Environment
tipsi-stripe
version: 9.1.1tipsi-stripe
version where the issue was not reproduced (if applicable):com.google.firebase:firebase-core
version: 16.0.7com.google.android.gms:play-services-base
version:Links to logs and sources
Here is the full error stack
For
Android
, please provide the following sections fromandroid/app/build.gradle
:The text was updated successfully, but these errors were encountered: