kendallroth / my-days

Simple app that counts down/up to important days!
1 stars 0 forks source link

Ability to share day configs #6

Closed kendallroth closed 1 year ago

kendallroth commented 1 year ago

Request

Need to add the ability to "share" a day configuration with another user. This will not track changes, but will only create a duplicate item via the app (from a URL).

Features

Notes

kendallroth commented 1 year ago

This may be a little more complex than originally thought, as React Native does not support sharing links on Android (docs). Instead, a potential (Stack Overflow solution) would be to send a known https:// link (from URL redirect service maybe???) that would then redirect to the desired custom scheme link 🤷.

kendallroth commented 1 year ago

Closed in #12