Tri Lam
Tri Lam
I got an issue because I called `isPlatformPaySupported` before there was a publishable key. Please double-check if you got the issue like me.
My app uses Stripe to add cards on the backend side. On the client side, we add cards on our custom form. So we need to add a feature to...
> I have the opposite problem: `autoPlay={false}` but it plays anyway. Expo v52 with the new architecture. Same here
> [@HamzaJameel01](https://github.com/HamzaJameel01) I managed to fix it by making the changes below in v2.12.4 > > ``` > diff --git a/node_modules/react-native-element-dropdown/src/components/Dropdown/index.tsx b/node_modules/react-native-element-dropdown/src/components/Dropdown/index.tsx > index 2a73f2f..cfb8149 100644 > --- a/node_modules/react-native-element-dropdown/src/components/Dropdown/index.tsx >...