nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

Custom accessibility labels #1597

Closed aprados closed 5 years ago

aprados commented 5 years ago

Hi! I'm trying to configure custom strings for Accessibility labels, specifically mapbox_mapActionDescription. I see it declared in the file https://github.com/mapbox/mapbox-gl-native/blob/master/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml How can I put my custom strings here? Thank you