Skip to content

Releases: ToluThomas/react-native-share-image

v1.1.1

10 Jan 12:56
Compare
Choose a tag to compare

🐛 Bug fix

  • Fixed broken link to podspec name which prevented iOS build

1.1.0

22 Dec 20:21
Compare
Choose a tag to compare

🆕 Features:

  • shareScreenshot now allows you to specify [share] message and filename of a screenshot
  • shareImageFromUri now allows you to specify a message to be shown when you want to share an image

🧹 Housekeeping:

  • Reduced package size by ~98%
  • Added support for React Native 0.60
  • Added support for auto-linking
  • Screenshot/image file name is now set to a timestamp of when image was saved
  • Updated link to documentation for native ID
  • Handled exceptions more gracefully (app will no longer crash on native error)