Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Milestone] Waku React Native #124

Closed
6 tasks
chair28980 opened this issue Feb 5, 2024 · 2 comments
Closed
6 tasks

[Milestone] Waku React Native #124

chair28980 opened this issue Feb 5, 2024 · 2 comments
Assignees

Comments

@chair28980
Copy link
Contributor

chair28980 commented Feb 5, 2024

Milestone: https://github.com/waku-org/pm/milestone/13

Summary

Provide a functioning React Native library on both Android and iOS.
Likely using js-waku to enable multi-platform development (browser, iOS, Android).

Epics

@chair28980 chair28980 added Deliverable Tracks a Deliverable needs scoping labels Feb 5, 2024
@weboko
Copy link

weboko commented Feb 5, 2024

To achieve this I think we have two ways for work:

  1. using js-waku;
  2. using bindings;

(1) is most straightforward but may prevent some of applications from access to low level APIs which would be possible with (2)

I think for starters we should go with (1) way and start testing it in React Native environment. It would include:

  • providing example;
  • adding docs;
  • bug fixes for found cases in js-waku code base as well as integration with build systems (expo vs plain build);

We already did upgrade here waku-org/js-waku#1789 to libp2p of v.1.*.* which should already allow us to start checking js-waku in React Native.

Work streams:

@chair28980
Copy link
Contributor Author

Epected kickoff Q2 2024.

@chair28980 chair28980 reopened this Jun 5, 2024
@chair28980 chair28980 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
@chair28980 chair28980 removed the Deliverable Tracks a Deliverable label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants