Releases: Expensify/react-native-share-menu
Releases · Expensify/react-native-share-menu
v5.0.0
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.