Eloy Durán

Results 294 comments of Eloy Durán

Unfortunately I’m still running into the same issue (I’m on RN 0.54.2 btw) Alas I don’t have time to debug right away, but if this turns out to work for...

Interestingly it works for me if I enable the network inspector _after_ the first request.

Just gave the update a try and I’m also still seeing the problem under certain conditions: 1. Launch app 2. Enable Network Inspect 3. Open first RN view that makes...

Yup that’s it! Works perfect now 👍 Thanks for the fast fixes 👏

@sibelius I removed such code from our codebase and instead started using the contextual menu in the debugger app to enable network inspecting.

One possible difference I have been noticing is that maybe it’s due to RN version? We’re on RN 0.54

I don’t want to really double post and definitely don’t think my thoughts on the topic are crystallised well enough to actually partake in this debate, so for now I...

In my opinion, which is very strong when it comes to options/configuration 😅, auto-linking should be as simple as it can be _without_ the need for configuration. Any further customisation...

@anta-semenov So coming back to your original issue, I think your best recourse would be to follow the strategy outlined in point 3 above; which is to: * invoke `use_native_modules!`...

Can you check what this does? ```ruby abstract_target 'Main' do target "InAppAddAllowed" do pod 'RNFBAdMob', :path => '../node_modules/@react-native-firebase/admob' use_native_modules! end target "AppWithoutAdd" do use_native_modules! end end ``` If this does...