Gabriel De Marco

Results 1 comments of Gabriel De Marco

> The only thing that worked for me was disabling Hermes in app/build.gradle > > ``` > project.ext.react = [ > enableHermes: false, // clean and rebuild if changing >...