Manjinder Rayat
Manjinder Rayat
> I was having a similar issue with [this](https://github.com/rodgomesc/vision-camera-face-detector) library, which also uses MLKit. Not sure if that's where the issue lies. Are you still getting the issue. If no,...
@OGreeni The issue is related to [#1802](https://github.com/mrousavy/react-native-vision-camera/issues/1802)
Looks like the library is not maintained. The issue i mentioned above was fixed on RN V0.73 by running EStyleSheet.build() at app startup (in App.js). Below is code snippet. import...