reactnative
-
rn-nodeify 이용하기Code Review 2024. 2. 15. 21:43
React Native 프로젝트에서 bitcoinjs-lib 같은 crypto 관련된 라이브러리들을 사용하려면, 그 내부에서 보통 core node module이 사용되기 때문에 바로 안되고 다음과 같은 도구를 추가로 사용해야한다 rn-nodeify Run after npm install and you can use node core modules and npm modules that use them in your React Native app.. Latest version: 10.3.0, last published: 3 years ago. Start using rn-nodeify in your project by running `npm i rn-nodeify`. There are 16 other p w..