Skip to content

Releases: Expensify/react-native-share-menu

v5.0.0

01 Aug 17:46
Compare
Choose a tag to compare

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.