TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

React-native-quick-crypto – a crypto package that works

1 pointsby yonzover 2 years ago

1 comment

yonzover 2 years ago
The linked package is probably the cleanest solution for getting over the pesky crypto is undefined issue...ahem eg: twitter-api-sdk, wallet-connect*<p>Make sure to add babel-plugin-module-resolver and the following aliases in babel.conig.js<p>_&gt;<p>&#x27;crypto&#x27;: &#x27;react-native-quick-crypto&#x27;,<p>&#x27;stream&#x27;: &#x27;stream-browserify&#x27;,<p>&#x27;buffer&#x27;: &#x27;@craftzdog&#x2F;react-native-buffer&#x27;