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

The title, message, cancelLabel, removeText, and defaultEmailLabel attributes of the InboxOptions object do not take effect. #141

Closed kunfanc closed 2 weeks ago

kunfanc commented 3 months ago

Q1. In Android, the settings of the title, message, cancelLabel, removeText, and defaultEmailLabel attributes do not take effect. Q2. The app attribute is not set for iOS. Even if the attribute of title, message, cancelLabel, removeText, and defaultEmailLabel is set, they are not used. Q3. After the app attribute in iOS is set to gmail or outlook, the title, message, cancelLabel, removeText, and defaultEmailLabel are not used even if the attributes are set. Q4. How can I check whether attributes such as title, message, cancelLabel, removeText, and defaultEmailLabel take effect in iOS or Android?

tschoffelen commented 3 months ago

I'm not sure if I fully understand.

These attributes for the text of the dialog should have effect, but only if there's more than one app available, otherwise the first app will be opened immediately.

github-actions[bot] commented 1 month ago

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

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been inactive for 14 days since being marked as stale. Please feel free to re-open if you feel this issue is still relevant.