Skip to content

Releases: MaxAst/expo-share-extension

Release 1.10.4

24 Aug 12:45
Compare
Choose a tag to compare
  • url activation rule should support both, NSExtensionActivationSupportsWebPageWithMaxCount and NSExtensionActivationSupportsWebURLWithMaxCount (bba186a)
  • Create FUNDING.yml (b5c3c61)
  • add troubleshooting tip for xcode using wrong node binary when using yarn (1cd66a3)

Release 1.10.3

04 Aug 13:47
Compare
Choose a tag to compare
  • do not use expo-file-system in with-media example (b535958)
  • remove type assertion (5c66f17)
  • fix firebase configuration (47d44c0)
  • upgrade packages (f04e4fb)

Release 1.10.2

20 Jun 14:20
Compare
Choose a tag to compare
  • add appleApplicationGroup key to expo config (849b94b)
  • fix directory permission error (25e9c93)

Release 1.10.1

11 Jun 10:46
Compare
Choose a tag to compare
  • Merge pull request #34 from MaxAst/fix/app-group (b2f1ad9)
  • check if an app group already exists and use that if so (08ba55c)

Release 1.10.0

10 Jun 14:44
Compare
Choose a tag to compare
  • update README to include privacyManifests (102bba3)
  • Merge pull request #33 from MaxAst/feat/file-timestamps (f6a795d)
  • improve function type signature (f45e866)
  • add date arg to clearAppGroupContainer to only delete files older than date (41939fa)

Release 1.9.1

06 Jun 14:39
Compare
Choose a tag to compare
  • remove examples from npm package (70acedf)

Release 1.9.0

06 Jun 14:15
Compare
Choose a tag to compare
  • Merge pull request #32 from MaxAst/feat/clear-media-files (77c8c2d)
  • update README (a769bf1)
  • improve sharedDataUrl handling (4942524)
  • implement clearAppGroupContainer method to remove shared image and video files (962013d)
  • create media directory when sharing image or video (43d5f21)
  • add clearMedia expo module function (46877de)
  • Merge pull request #30 from kayode0x/main (2f13cb7)
  • chore: updating README with file activation rule (0f73a7f)

Release 1.8.0

05 Jun 07:54
Compare
Choose a tag to compare
  • update README with new file activation rule (8e4b9b2)
  • Merge pull request #29 from kayode0x/main (d43802f)
  • chore: removed redundant text (045ff1e)
  • chore: removed kUTTypeFileURL (60c589a)
  • chore: minor change in with-file example (87bbd2a)
  • feat: implemented sharing files (fa597e5)

Release 1.7.4

31 May 17:47
Compare
Choose a tag to compare
  • set to 1.7.3 (5e85b2f)
  • Merge pull request #26 from MaxAst/fix/shared-media-container (f9981e7)
  • store image or video in app group container file (3b601b9)

Release 1.7.2

30 May 23:50
Compare
Choose a tag to compare
  • add support for query params (7380109)