JimTeva
JimTeva
@marcshilling unfortunately I didn't find a solution as it requires a custom integration. I wish @kanzitelli could make a manual on how to do it as he succeeded in making...
Is Wix interested in working with expo?
Same issue with bare rn project. (rn 0.72.6; podfile: use_frameworks! (because I use firebase)) As suggested by @iM-GeeKy I reverted back to rnblurhash 1.1.11 for the moment and it works...
Try the cmd under a rosetta terminal
The only workaround I found was to do this: Replace this ``` import IonIcon from 'react-native-vector-icons/IonIcons'; ``` With this ``` const IonIcon = require('react-native-vector-icons/IonIcons').default as React.ElementType; ```
I was also having cache problem because the uri was almost the same (only diff was everything after the extension .jpg: ".....jpg?GoogleAccessId......." but the file in cloud storage was different....
Refresh with InifiniteHits seems not to work
My only workaround was to clear cache of inifiniteHits manually using searchClient.clearCache()
Same error on xcode 15.0.1, RN 0.72.6, react-native-haptic-feedback 2.2.0/2.1.0. And Same problem when manually setting up on IOS.