margelo / react-native-quick-crypto

⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI
Other
697 stars 83 forks source link

TypeError: Cannot read property 'slice' of undefined, js engine: hermes #340

Closed jgalianoz closed 3 months ago

jgalianoz commented 3 months ago

"react-native-quick-crypto": "^0.6.1", "react-native": "0.74.2",

image
boorad commented 3 months ago

I would try the latest of the 0.7.0-rc.X releases.

blluv commented 3 months ago

https://github.com/facebook/react-native/issues/30654

boorad commented 3 months ago

facebook/react-native#30654

I'm not sure I see the relevance. What are you thinking here? Do you get this after upgrading to RNQC 0.7.0-rc.9?

trta2352 commented 3 months ago

@boorad @jgalianoz I had the same issue and I can confirm that upgrading RNQC to 0.7.0-rc.9 resolved the problem.

jgalianoz commented 3 months ago

@boorad Hello, thank you very much for the help. This indeed solved the problem when installing and compiling the library.