Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@caiosba caiosba released this 01 Aug 17:46
· 23 commits to master since this release

If you are migrating from 4.x to 5.x, you need to:

  • Add export ENTRY_FILE=index.share.js under export NODE_BINARY=node on the Share Extension's Bundle React Native code and images Build Phase.
  • Move the AppRegistry's share component registration out from index.js into a new index.share.js file.