openwallet-foundation / bifold-wallet

Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.
Apache License 2.0
136 stars 134 forks source link

feat: added support for pasting and sharing urls #1173

Closed wadeking98 closed 2 weeks ago

wadeking98 commented 2 weeks ago

Summary of Changes

This new change allows you to share your connection or proof urls over social media. another wallet user can then copy and paste the url in their scan screen to connect. Note I don't go through the full proof request flow because I'm just demoing on one device so by the time I leave the proof screen and go to paste the url, the proof doesn't exist anymore.

https://github.com/openwallet-foundation/bifold-wallet/assets/36937407/c2b848af-065c-4694-8671-ea9c221bda1b

Related Issues

N/A

Pull Request Checklist

Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR check it anyway to make it apparent that there's nothing to do.

If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!

Pro Tip 🤓

PR template adapted from the Python attrs project.