Philip Lucks
Philip Lucks
+1 for this block ignore
I also am seeing this issue.
adding ` path: (Platform.OS === 'android' ? 'file://' : '') + photoPath,` like above solved problem on android... wonder what the root cause is?
I think the confusion is what is `height` & `width` does on the API of the cropper... the `height` & `width` are the attempted output size of the cropper, which...
I am not seeing this issue on Expo 49 in terms of crashing due to credentials. It did take a bit to get the credentials to work for me...i am...
Is there any documentation on what `renderCluster` returns and what this library needs to render a custom cluster?
> Honestly not sure why this is failing, might be interesting to see if TFLite works for Simulators or if they have some patches for that. @mrousavy there are issues...
Any updates on this? In summary, in Expo project, `currentLocation` prop will not work and following the instructions to install an alternate location library such as `react-native-geolocation-service` may not be...
can anyone test this open PR to fix? https://github.com/mrousavy/react-native-fast-tflite/pull/82
Try the Expo docs on importing assets: https://docs.expo.dev/guides/customizing-metro/#assets You may need a custom EAS build also.