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

[iOS] askAppChoice does not exported #95

Closed ObidosDev closed 2 years ago

ObidosDev commented 2 years ago

src/ios.js has nice function, but not exported from module

ObidosDev commented 2 years ago

tmp solution is require('react-native-email-link/src/ios').askAppChoice

tschoffelen commented 2 years ago

That function is regarded as a private helper function at the moment, but I can see how it could be helpful for it to be exported. Feel free to put in a PR to make that change.