Choi Jiho
Results
2
issues of
Choi Jiho
In RN 0.71, hermes is the default, so this solution does not work. Instead, solve it through the solution below. [@CCB-cerivera ](https://github.com/facebook/react-native/issues/33734#issuecomment-1226350831) In my case, it was solved immediately.
is it not supported SHA algo? ``` import CryptoJS from 'react-native-crypto-js'; export const encryptSha = (text: string) => { console.log("result : ", CryptoJS); }; ```