Clipboard with other data type then string

Please provide the following:

  1. SDK Version: all
  2. Platforms(Android/iOS/web/all): iOS

https://docs.expo.io/versions/latest/react-native/clipboard

https://developer.apple.com/documentation/uikit/uipasteboard

The clipboard function only works for strings but with UIPasteboard in swift, you can copy other data types to share between apps. Is there a way I can do this? Any tips on making my own clipboard function like UIPasteboard

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