nitaliano / react-native-mapbox-gl

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

textMaxWidth has no effect on word wrapping #1564

Open beisert1 opened 5 years ago

beisert1 commented 5 years ago

We are trying to display a SymbolLayer textField as one line without wrapping, however, no matter what value we use for the textMaxWidth the wrapping behavior doesn't change.

Please let me know if you need any additional information.

kristfal commented 5 years ago

Hey! Thanks for the report.

Got two follow up questions:

1) Which platform is affected? Both? 2) Which version are you using? (If you haven’t, please try using master)

beisert1 commented 5 years ago

@kristfal Thank you for the quick reply.

  1. Both platforms
  2. We are using version 6.1.3, using master made no difference.