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

Expo setup docs clarification #129

Closed frozencap closed 5 months ago

frozencap commented 8 months ago

Could someone explain what this means

Expo – Enable Config Plugin Want this library to work on Android too? Because the library uses native code on Android you need to follow Expo's guide for custom native code.

Does the config plugin not handle Android?

tschoffelen commented 8 months ago

The library includes native Java code to provide the functionality on Android, which isn't supported in Expo Go, unless you build the app yourself (development builds is what Expo calls this I think?).

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 60 days with no activity.