FrancMihani

Results 7 comments of FrancMihani

> Hi @juninhoall, for me, it worked after I sent correct command, here is the flow I tried, it may help you. > > ``` > useEffect(() => { >...

@mrousavy any update with this, or any workarounds ?

I upgraded the app to 0.80.1 still the same problem, but something weird in android even why the `newArchEnabled=true hermesEnabled=true` , app runs using the Legacy Architecture. Even a fresh...

@ThiaAlves I created an issue in react-native repo https://github.com/facebook/react-native/issues/52375 this might be a problem with new arch not being enabled even though `newArchEnabled=true`

@LJoel23 thank you, yes this resolved the issue

> @ezeamin Here is my work around for now: > > ```tsx > // A file at some path outside of the `app/` dir > const SomeComponent = async (props)...