I’m using RN 0.71.4 and when I’m trying to add stripe element like CardField
I am facing below issue that is not Fabric compatible yet.
I tried to turn off newArchEnabled
like comments on Github, but it also raise another compile errors.
Are there any solutions to use another element or library? I need to use stripe element ans wondering how can I solve it using another module or configuration.
Thanks!
2
Answers
I have managed this issue to be fixed by disabling
newArchEnabled
.android/gradle.properties:
As comments on the Github issue the new architecture hasn’t been supported yet. The only path forward is turning off the new architecture, and resolve the "other compiling error" you have. Stripe RN SDK has been working before this architecture so it’s the correct direction to go.