digidem / comapeo-mobile

The next version of Mapeo mobile
GNU General Public License v3.0
5 stars 0 forks source link

fix: Introduces CleartextTraffic permission #448

Closed ErikSin closed 1 week ago

ErikSin commented 1 week ago

On production builds the map was not rendering and showing a black screen. The error was identified as useClearTextTraffic needed to be enabled.

This PR uses expo BuildProperties to enable it/