nitaliano / react-native-mapbox-gl

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

[Android] androidRenderMode not working at all #1692

Open SalihZinaty opened 3 years ago

SalihZinaty commented 3 years ago

androidRenderMode not working at all for compass and gps. it just renders the blue circle. <MapboxGL.UserLocation renderMode={ Platform.OS === 'ios' && 'native'} androidRenderMode ={Platform.OS ==='android' && 'compass'} showsUserHeadingIndicator={true} visible={true} animated={true} />