Marcelo Silva

Results 4 comments of Marcelo Silva

This error occurs when, for example, a store called `user` does not have persist inside it, but in the store's index it has` hydrate('user', stores.user) `. Just remove `hydrate('user', stores.user)`...

Maybe it could be this: https://github.com/Rapsssito/react-native-background-actions?tab=readme-ov-file#warning it worked for me, downgrading the `targetSdkVersion` version to 33, not good, but I'm looking for another solution.

HI @iamabdulhaseeb, I am using [`vision-camera-ocr`](https://github.com/aarongrider/vision-camera-ocr) to recognize text by camera, I don't understand how I can copy text but text can be shown in terminal easily

> > HI @iamabdulhaseeb, > > I am using [`vision-camera-ocr`](https://github.com/aarongrider/vision-camera-ocr) to recognize text by camera, I don't understand how I can copy text but text can be shown in terminal...