Expensify / react-native-share-menu

A module for React Native that adds your app to the share menu of the device
MIT License
632 stars 235 forks source link

fix: correct broken import in ShareMenuManager.m #297

Open legolasbo opened 7 months ago

legolasbo commented 7 months ago

My iOS builds failed to compile after installing react-native-share-menu because of 'RNShareMenu-Swift.h' file not found errors. Changing the import from "RNShareMenu-Swift.h" to <RNShareMenu/RNShareMenu-Swift.h> fixed it.

Xcode: Version 15.1 (15C65) React Native: 0.72.4