tschoffelen / react-native-email-link

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

[Proposal]: Merge react-native-email-link and react-native-map-link to react-native-app-link #145

Open pke opened 1 month ago

pke commented 1 month ago

I realised both packages are very similar, have similar API and simliar runtime behaviour. Maybe (to reduce dependencies) we would merge them into a new package called react-native-app-link (react-native-app-links)?

tschoffelen commented 1 month ago

Hi there!

I like this concept, and it would help in the maintenance of the packages as well, but I do think there's some distinctions between how they work, and it might be nice to keep them separate to make it easier for people to find them when googling for either solution.

What we could do is merge them into a single repo, that still has two separate packages (yarn workspaces) that are deployed as individual packages, so that we can share logic.