Ricky
Ricky
Awesome stuff, this is really exciting work, thanks for driving it @necolas!
Cosign, I thought that this is how it was working when we added it. I'm not sure what the best way to dot his is (maybe @fkgozali @alloy @orta or...
I don't have a repro - but based on the above example the issue may be that you're calling `focus` inside of render, instead of an effect.
Commented on the PR, thanks!
Fixed, sorry I stopped using Cloudapp pro 👍
> This PR will help us to unblock and fix the problem mentioned in https://github.com/facebook/react-native/issues/33557#issuecomment-1137706990. (with example included) I also want to call out that the fix for this issue...
Instead of overwriting higher in the stack and passing to both, can you overwrite lower in the stack (i.e. before LogBox)? Then LogBox will be able to handle all of...
@Kudo you have access to the bundler though right? You can inject stdio and lazily init the native modules?
I think that's probably the best thing to do here since you're instrumenting the low-level stdio. That means you won't have to re-implement all of the LogBox error [parsing logic](https://github.com/facebook/react-native/blob/main/Libraries/LogBox/Data/parseLogBoxLog.js),...
Hm, yeah good point. Let me ask @sshic, who has been working close to the error handling than I have.