Hà Quốc Lương
Hà Quốc Lương
@ShaneKeney I also encountered this issue with React Native `StatusBar` component. I follow the example on the document about `TextInput`, but it seems not working. I changed it to `target:...
I have checked my environment and configurations, they are correctly set up. @mrousavy can you please have a look?
@colinhacks Thanks, removing the generic type passed to `useForm` did clear the error. However the returned values from `useForm` are not properly typed anymore. For example: `form.getFieldState` doesn't have the...
@WoLewicki Unfortunately, the issue still persisted. I tested with Expo `53.0.0-preview.11` and Reanimated `3.17.5` with a patch from your PR: [react-native-reanimated+3.17.5.patch](https://github.com/user-attachments/files/19896139/react-native-reanimated%2B3.17.5.patch) I also updated the reproducible example repo to match...
Thank you very much @WoLewicki. The patch above works for `3.17.5`. Since your PR is in the Reanimated `3.18.0` cherry pick thread, does it also mean this issue will be...
@ShanavasPS The correct patch for `3.17.5` should be [this one](https://github.com/expo/expo/issues/36246#issuecomment-2830123255). Since mine was taken from the PR for version `3.18.0`.
@dr-crsa I'm glad that you finally found the fix. > @quocluongha Out of curiosity, how did you manage to pinpoint the problem and trace it all the way to Reanimated's...