margelo / react-native-quick-crypto

⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to find version 0.7.0-rc0 on https://www.npmjs.com.

aadil-simform opened this issue · comments

Same issue

@mrousavy and I are working through the release...

Until that's resolved, try this in your package.json:

  "react-native-quick-crypto": "github:margelo/react-native-quick-crypto#v0.7.0-rc1",

@boorad facing this issue after updating to
"react-native-quick-crypto": "github:margelo/react-native-quick-crypto#v0.7.0-rc1",
Screenshot 2024-04-17 at 10 02 26 PM

+1, getting the same issue as @aadil-simform when I build

+1, same issue, haven't been able to get a build going since yesterday

hmm, I've put C++17 in the example app's XCode settings. Maybe the app you're trying to build needs to build with C++17 or higher?

ye @boorad
i'm using same for project.
Screenshot 2024-04-18 at 12 22 42 PM

The release was changed a bit (-rc.0 instead of -rc1), but is now available: https://www.npmjs.com/package/react-native-quick-crypto/v/0.7.0-rc.0