lightninglabs / lightning-app

An easy-to-use cross-platform Lightning wallet
GNU General Public License v3.0
899 stars 173 forks source link

Add debug network security config to allow http traffic. #1326

Open emiljoha opened 4 years ago

emiljoha commented 4 years ago

Android api level 28+ seems to not allow http traffic by default. This breaks react-native debugging that relies on fetching artifacts over http for quick iteration. See react native github isse https://github.com/facebook/react-native/issues/22375 for more details.