Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Inquiry: React Native Implementation for DIDComm #2

Open
rakeshpatilAW opened this issue Feb 5, 2025 · 4 comments
Open

Inquiry: React Native Implementation for DIDComm #2

rakeshpatilAW opened this issue Feb 5, 2025 · 4 comments

Comments

@rakeshpatilAW
Copy link

Hello,

I am interested in integrating DIDComm into a React Native application. Does this repository offer any implementation or references for React Native? Any guidance or resources would be greatly appreciated.

Thank you.

@rakeshpatilAW
Copy link
Author

@genaris

@genaris
Copy link
Contributor

genaris commented Feb 6, 2025

Hey, thanks for opening this issue! This is a pure JS module, so there isn't any specific procedure to be followed to use in React Native (other than the dependencies that Credo needs to work): you just need to register the receipts module in Agent constructor, and you are ready to send receipts with the API and receive events.

Unfortunately there are no examples here, but I'll add some tests and more documentation when I move this module to our Credo DIDComm Extensions monorepo.

@rakeshpatilAW
Copy link
Author

@genaris We have already added this module to our codebase. We just went through the Hologram app and found that they are using it internally, so we were wondering how they implement it. Is there any sample codebase of the Hologram app that could help us integrate this module into our codebase?

@rakeshpatilAW
Copy link
Author

@genaris We are trying to manage message states with credo-ts-receipts. However, based on our R&D, we are unable to establish a common correlation between sent and received messages, as the same message has different IDs on both sides.

We would greatly appreciate any help or documentation you can provide.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants