Skip to content

feat: trigger claim creation externally

Karam Shbeb requested to merge trigger-claim-externally into main

The current SDK has an internal InkWell to start claim creation, which means it's initiated after clicking on a child. This PR proposes a new way to automatically start claim creation when the ReclaimVerification is rendered. This is required because we want to start claim creation in the app right after clicking on the link and opening the app. Additionally, we have a search bar for providers, which currently requires an extra step due to this internal InkWell.

Merge request reports