Ghimmy
Ghimmy
@VictorioMolina any update on your library?
> Your template is very old, and not using React 18 and React Native 0.70.5 No it's not... ran into the same issue on iOS with quite a new template.......
> @billnbell, thanks for reaching out. I'll be closing this issue due to inactivity. Please don't hesitate to contact us in the future with the reproducible GH repo. > >...
Hi @jbroma starting a new react-native codebase with RePack, I was not able to use React-hook-form. This is the only dependency that's a blocker from migrating my react native project...
Hi @jbroma after trial and error method, I was able to get it to work by removing \\/ from /node_modules(.*[/\\])+react\\//, From this I guess it now matches the react-hook-form path........
Hi @jbroma So I tried it again with a new repo that has only react-hook-form installed and still encountered the same issue..... NB: I'm using the Controller component from react...
Thank you @jbroma it worked fine. sorry for the late response
Is it possible to reload mini app from error boundary @jbroma
Hi @jbroma how do we invalidate the script to reload the app incase the app bundle download fails due to bad network... Currently, the only way to go about this...
This is a reproducible repo for the rn_nodeify implementation which includes => - A fresh installation of react native v 0.72.5 with repack integrated - rn_nodeify installed with a post...