You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
AddressSheet component doesn't trigger onError or onSubmit callbacks anymore. It was working fine on react-native version 0.74. I am using Expo (v 52) and I tried using 3 different versions of this module (38.6, 39.0 and 40.0) and neither works. To Reproduce
Steps to reproduce the behavior:
Create new Expo project through their CLI npx create-expo-app@latest
This is my suspicion as well. I didn't have it enabled before and I naively tried to disable it via a config on 0.76, but I wasn't able to validate if I managed to do it. I decided to drop the problem after this suspicion
Similar error here. I upgraded to Expo 52 and now the CardForm component does not trigger the onFormComplete event handler, tried to set newArchEnabled to false but it didn't help 😞
Describe the bug
AddressSheet component doesn't trigger onError or onSubmit callbacks anymore. It was working fine on react-native version 0.74. I am using Expo (v 52) and I tried using 3 different versions of this module (38.6, 39.0 and 40.0) and neither works.
To Reproduce
Steps to reproduce the behavior:
npx create-expo-app@latest
npm run reset-project
Expected behavior
Expectation is for onSubmit and onError to trigger
Additional context
My presumption is that there is a change to how native components should be merged into react-native:
0.74 native components
0.76 native components
The text was updated successfully, but these errors were encountered: