Is this a bug report?
Yes
Yes
Environment
"react-native": "0.51.0",
"react-native-maps": "git+https://github.com/react-community/react-native-maps.git" (0.18.3)
Steps to Reproduce
<MapView.Marker ...>
...
<MapView.Callout tooltip><Text>This text should be one-liner</Text></MapView.Callout>
</MapView.Marker>
Expected Behavior
I expect it to be displayed same way non-tooltip text is:
Text is displayed in one line.

Actual Behavior
Text displayed vertically with same weird soft-wrapping:

Reproducible Demo
https://github.com/satori-ytolstoguzov/rn-maps-callout-offset/tree/android-callout-text
Add your API key to AndroidManifest.xml and do yarn install.
Is this a bug report?
Yes
Have you read the Installation Instructions?
Yes
Environment
"react-native": "0.51.0",
"react-native-maps": "git+https://github.com/react-community/react-native-maps.git" (0.18.3)
Steps to Reproduce
Expected Behavior
I expect it to be displayed same way non-tooltip text is:

Text is displayed in one line.
Actual Behavior
Text displayed vertically with same weird soft-wrapping:

Reproducible Demo
https://github.com/satori-ytolstoguzov/rn-maps-callout-offset/tree/android-callout-text
Add your API key to
AndroidManifest.xmland doyarn install.