Skip to content

Releases: react-native-share/react-native-share

v2.0.0

22 Jul 18:49
199b8df
Compare
Choose a tag to compare

Breaking Change: React Native >= 0.60.0 with AndroidX support

v1.2.1

29 May 13:58
Compare
Choose a tag to compare

1.2.1 (2019-05-29)

Fixes

Revert "Instagram stories (#449)" / Fix iOS release build in 1.2.0 (#505), which caused native breaking change.

Chores
  • codeowners: add CODEOWNERS file (ac67e5cd)

v1.2.0

26 May 00:29
Compare
Choose a tag to compare

React Native Share v1.2.0 🎉

Release 1.2.0 comes with few improvements and now supports Instagram stories and Snapchat for Android:

f2dab69 - Adding install-pods script (@MateusAndrade)
47565da - Making FileProvider implementation optional (#490) (@kkbhav)
f72dbe1 - chore: update iOS target to 9.0 to match react-native min version (@mikehardy)
bb00a3f - Calling success callback at right time in Android (#482) (@kkbhav)
24a1deb - Fixing some flow types on index.js on isPackageInstalled function (#476) (@MateusAndrade)
e4d8ebd - Instagram stories (#449) (@loga4)
99f02a1 - SingleShare forceDialog option (#442) (@ddereszewski)
5d53ad6 - Fix flow types for ShareSheet (#439) (@gaykov)
e74c3a5 - Add sms, snapchat and messenger share feature for Android (#428) (@muhzi4u)
03183de - expose isPackageInstalled (#403) (@smokokoi)
67fb59e - build: fix all deprecation and lint in ShareFile(s) (#374) (@mikehardy)

Automatic Changelog

1.2.0 (2019-05-26)

Build System / Dependencies
  • fix all deprecation and lint in ShareFile(s) (#374) (67fb59e9)
Chores
  • npmignore:
  • changelog: update changelog.js (85a91b05)
  • Adding instructions about how use the master branch (c1c58b87)
  • update iOS target to 9.0 to match react-native min version (f72dbe1a)
New Features
  • deps: update deps and prepare for release (#501) (05c2b6a1)

see #484

v1.1.3

23 Oct 13:53
Compare
Choose a tag to compare
1.1.3

v1.1.2

12 Sep 14:53
Compare
Choose a tag to compare

1.1.2 (2018-09-12)

Fixes
  • singleShare: fix singleShare for social Media (0d9d12d5)

v1.1.1

07 Aug 03:40
Compare
Choose a tag to compare

1.1.1 (2018-08-07)

New Features
  • issue-template: add issue template (fde759f8)
Fixes
  • yellow-box: handle ios yellow box (d6db9f1a)
  • cocoa-pod: point to the right repo (57658380)

v1.1.0

25 Jul 15:26
648d9b7
Compare
Choose a tag to compare

1.1.0 (2018-07-25)

Build System / Dependencies
  • idx: add idx as dev dep and improve flow (eba00817)
Chores
  • readme: update readme with circle ci status badge (1a789ffe)
New Features
  • README: add pagesmanager only android (cb206d64)
  • gradle-3:
  • circl-flow-eslint:
  • circle-flow-eslint: first atempt add circle, add flow, eslint and prettier (44ac820e)
  • social: add social facebook pages manager (2537d3fe)
  • update format (a32ed6cd)
  • update readme for url format (dda13853)
Bug Fixes
  • changelog: fallback changelog script (b635de04)
  • flow: use Node and add CHANGELOG.md (ed6fcd32)
  • social: rename file FacebookPagesManager to FacebookPagesManagerShare (ac25bcad)
Other Changes

Additional Information

Issues resolved with this release:

  • Share Multiple Images at once #191
  • [Android] modal disappeares when opening share #297
  • How to style error screen when app is not found? #173
  • Application crash #162
  • Share on android >= 8.0 crash #293
  • None of the share Options are working on click #77
  • text not showing when include image base64 android & ios #247
  • MainApplication cannot be cast to ShareApplication on Android 8 #270
  • How to share multiple images on whatsapp at once stored in server? #286
  • Cannot open Facebook app in iOS #226
  • Cannot read property shareSingle of undefined #54
  • Is it possible to share multiple images at once? #85

New features Added

  • multiple file sharing
  • Permissions check
  • Share working on Android O
  • Social constants expose on RN side
  • social option Facebook pages manager added
  • Updated readme for Android FileProvider and extending ShareApplication