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

feat: enable buildFeatures.buildConfig for android gradle plugin 8+ #128

Closed radko93 closed 10 months ago

radko93 commented 10 months ago

Add support for RN 0.73. Similar to https://github.com/th3rdwave/react-native-safe-area-context/pull/455

radko93 commented 10 months ago

@tschoffelen as per https://github.com/th3rdwave/react-native-safe-area-context/pull/455#issuecomment-1805636431 it will work in AGP7+

tschoffelen commented 10 months ago

Released to NPM as react-native-email-link@1.14.8. Thanks again for your contribution!