You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps to link the package for iOS, adding the RNMailCompose folder within ios directory to my app and then adding the three lines to the bridging header. When I run the app I get a cannot read property 'name' of undefined error in the RNMailCompose.ios.js file. Am I missing something?
The text was updated successfully, but these errors were encountered:
wasn't able to link via the steps in the Read.me but if someone has this issue and is using cocoapods, then adding pod 'react-native-mail-compose', :path => '../node_modules/react-native-mail-compose' to the Podfile worked for me
I followed the steps to link the package for iOS, adding the RNMailCompose folder within ios directory to my app and then adding the three lines to the bridging header. When I run the app I get a cannot read property 'name' of undefined error in the RNMailCompose.ios.js file. Am I missing something?
The text was updated successfully, but these errors were encountered: