Uilque Messias
Uilque Messias
@bmakuh I'm facing a similar issue, but even your patch didn't solve my issue. For some weird reason, the `dist/es/utils/requestAnimationTimeout.js` file is unable to be exported by Webpack on the...
@bmakuh yesterday, right after send you a message here, I submitted a PR (#1134 ) with some changes that worked for me. Now I'm trying to extract some files from...
@FidoelPepino, did you manage to make it work? I'm having a similar issue
@ThiagoFacchini, take a look at #7, this may solve your issue (if you're still having it)
@ike-yu-byte and @xseman, try to take a look at #7, it may solve your issue.
I've been facing the same issue, so based on @szymonrybczak's message, I applied a patch with the following diff, which fixed the issue on my end: ```diff diff --git a/build/commands/runCommand/getBuildSettings.js...
@g-anwuli, I had a similar issue, but it was happening because in my build phase, it was trying to run multiple commands using `with-environment.sh` script from React Native. What I...
> Hi @uqmessias @g-anwuli > > Just to make sure I'm doing the right thing... > > The exact thing you did was applying the davidliu's suggested change directly in...