You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My message contains new line characters \n in them. When I share on Android, the new lines are preserved. When I share on iOS however, the new lines are only preserved sometimes, depending on the app.
It looks like standard apps (Message, Notes, etc.) look for \n while non-standard apps (Hangouts, WhatsApp, etc.) look for <br/> to indicate a new line.
I don't really know the best way to handle this, but React Native is having a discussion about this over at facebook/react-native#14946.
The text was updated successfully, but these errors were encountered:
My message contains new line characters
\n
in them. When I share on Android, the new lines are preserved. When I share on iOS however, the new lines are only preserved sometimes, depending on the app.It looks like standard apps (Message, Notes, etc.) look for
\n
while non-standard apps (Hangouts, WhatsApp, etc.) look for<br/>
to indicate a new line.I don't really know the best way to handle this, but React Native is having a discussion about this over at facebook/react-native#14946.
The text was updated successfully, but these errors were encountered: