Dario

Results 10 comments of Dario

@mrousavy Hey sorry for waiting. Well I can't tell for sure if it's JS or UI thread, but on first I would tell it's JS tread most likely, since navigation...

@spsaucier I have checked your soultion, those corner points calculated are still relative to camera view not to phone screen right, since values are too big to be screen relative?...

@spsaucier Yeah they recently added corners property on scan result, but also as far as I know camera view relative coordinates and not well documented about implementation

@spsaucier Thanks mate, you are life saver!

@spsaucier Thanks for example mate, I'll try it out today!

@maddeye Info Toast config is not working for me, text is still Truncated with "..." at the end. Even if I change borderLeftColor its not applyed to InfoToast, but for...

``` const toastConfig = { success: (props: BaseToastProps) => ( ), error: (props: BaseToastProps) => ( ), info: (props: BaseToastProps) => ( ), }; ```

@tgmarinho Hey, I remember that I had this issue and partly how I solved it. As I remember I had one reference in App.tsx and another reference in the modal...

I have also experienced this issue. ``` "dependencies": { "@expo/vector-icons": "^14.0.2", "@react-navigation/native": "^6.0.2", "expo": "~51.0.22", "expo-constants": "~16.0.2", "expo-font": "~12.0.9", "expo-linking": "~6.3.1", "expo-router": "~3.5.18", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.7", "expo-web-browser":...

> did you find any solution? I have upgraded Vision Camera to the latest version and didn't have this issue anymore, but I showed example of hacky solution that worked...