Faustino Kialungila

Results 33 comments of Faustino Kialungila

Hi 👋 @micnguyen. Thanks for reporting this issue. PRs are welcome, otherwise I will fix it on my free time. What I have in mind is a `Refresh` button to...

@poteto, @josephsavona would appreciate if you could review this

@josephsavona This mode would tell me the files that compile correctly, this would help me refactor those files and get rid of the manual `useMemo` & `useCallbacks`. This would also...

@wojtekmaj I appreciate the suggestions. Will apply some of them if the team decides to go with this PR.

That is a fair use case you’ve mentioned @nikeee. We are still waiting on the React team to decide whether or not they can consider merging these changes.. cc: @josephsavona...

> And list the components that are not compiled with the reason why :) Yes, have also taken that into account. You can check the PR here #29080

I'm facing the same issue on `v13.13.2` Maybe @Titozzz could help here? I downgraded to `v11.23.1` that has no support for new arch and it works on react-native `0.77.1`

I went to the bottom of the problem and figured out a quick fix, you can just patch the lib locally. Here's the changes you need to apply: ```diff --git...

I've ran into this issue with `[email protected]` and `[email protected]` @vbansal-bb! I did not reproduce this error with version 0.78. I debugged and found that the code in this [file](https://github.com/react-native-webview/react-native-webview/blob/master/apple/RNCWebView.mm) was...

As end-user, you only care about `source`, `newSource` is an internal prop @vbansal-bb.