tschoffelen / react-native-email-link

📭 Open an email client from React Native (for 'magic link' type functionality).
MIT License
394 stars 70 forks source link

openComposer fails for Android #139

Closed cimpianRadu closed 2 months ago

cimpianRadu commented 2 months ago

Hello 👋

I am trying to integrate this package into my react-native app, everything worked well for iOS but on Android I got this error [TypeError: Cannot read property 'compose' of null] or [TypeError: Cannot read property 'composeWith' of null] - when I specified app property

I am using:

Does anyone encountered this issue?

cimpianRadu commented 2 months ago

nvm - I just saw the PR for the new arch ✅