expo-clipboard only gets first line of the string

Hi,

I installed SDK 40.0.0 just to have Clipboard support in my app.
As it is told in documentation, I used Clipboard.getStringAsync() method to get what I copied to clipboard at my iPad. It was a string depending on two lines, but only first line of the string was got. It is a text obtained by Copy option from Apple Maps application, includes place name at first line and map link at second…

Is it possible to get all lines in case a multiline string was copied to clipboard? Or can this be a limitation for Apple Maps links?

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.