Rodrigo Mathias
Rodrigo Mathias
I'm facing the same issue here.
Unfortunately, I haven't found a solution yet. I've decided to use this one https://pub.dev/documentation/flutter_typeahead_plugin/latest/
Any update on this?
> Have you had any luck solving your problem? I encountered the same error today. No, I havent solved yet.
> Try `npm install @react-native-community/push-notification-ios`, because its working fine with me Thanks @JDJBSPL, I've followed the installation instructions step-by-step, no luck I don't think the lib itself is causing the...
I notice that this is happening when the hot reload triggers ``` const Profile = () => { const { loading, data, refetch, networkStatus } = useQuery( userProfile ); if...
For now, what I got working using [run-script-os](https://github.com/charlesguse/run-script-os) package.json ``` "fixIOS14images": "run-script-os", "fixIOS14images:macos": "npx react-native-fix-image", "fixIOS14images:windows": "", "postinstall": "fixIOS14images" ```