Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Usage within React Native apps #188

Closed
Yorik0512 opened this issue Jun 11, 2022 · 3 comments
Closed

Usage within React Native apps #188

Yorik0512 opened this issue Jun 11, 2022 · 3 comments

Comments

@Yorik0512
Copy link

Hey guys,

You still refer to asm.js as a fallback for cases like React Native, although asm.js support was removed in May 2021.

Could you please point me to the solution that shall help me to apply this library within our React Native app?

I would appreciate any piece of advice to help in advancing towards the solution in case it’s not available at the moment.

Regards,
Yurii

@tplooker
Copy link
Member

Hi @Yorik0512, bbs-signatures is WASM based which all major browsers support so the library works with web based frameworks out of the box.

@nklomp
Copy link

nklomp commented Sep 20, 2022

@tplooker React-Native is not browser based, you are probably confusing it with React.

Actually I am also interested in how React-Native would be supported, now that asm.js has been removed altogether.

@tplooker
Copy link
Member

Duplicate of #177, closing in favour of that issue.

React-Native is not browser based, you are probably confusing it with React.

Yes you are correct, I miss read this issue, React Native because it does not have WASM support requires native wrapping, we provide android and ios wrappers here that can then be surfaced in to an RN library.

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

No branches or pull requests

3 participants