As I found in this article.
I want to update my network security config to allow root certificates from the personal store of my android emulator.
but when I do this, I cant build my app anymore. The error message:
Unable to load script. Make sure you're either running a metro server (run 'react-native-start') or that your bundle 'index.android.bundle' is packaged correctly for release.
when i remove android:networkSecurityConfig="@xml/network_security_config"
its all running fine again..
Does anyone know what to do? or has an other way of making changes to the security config?