In my React Native app, I'm trying to add the expo-mail-composer
package using this guide.
I use react-native@0.64.0
,
I added "install-expo-modules": "^0.2.8"
,
then "expo-mail-composer": "~11.3.0"
,
When I try to import the package with
import * as MailComposer from 'expo-mail-composer'
it throws the error
Cannot find native module 'ExpoMailComposer'