Adolfo E. García

Results 28 comments of Adolfo E. García

Hi @jayair, thank you for your reply, yes, that is required, but it is not clear to me how to specify the function and the layer using existing ZIP files...

I observed the same problem using RN 0.77.1 with the new architecture enabled.

@kasumil do you have the new architecture enabled?

@kasumil I meant the new architecture of RN (enabled by default on 0.76+). For example, in your Podfile you can disable it by adding the following as your first line:...

The issue remains on RN 78.0 with fabric enabled.

Hi @High5Apps, the issue I'm encountering seems to align with what @Fausto95 described in the message right before yours --the webview remains on about:blank and ignores the specified source. I...

I tried @Fausto95's patch, it works (using RN 0.78).

I encountered a similar issue on Android when using `@react-navigation/native-stack` with `newArchEnabled=true` and `react-native-screens`; switching to `@react-navigation/stack` fixed the problem.