ReferenceError: Can't find variable: TextDecoder

react-native 프로젝트에 caver-js import 하면 아래와 같은 메세지가 발생하네요.
동일한 현상 나오신 분들 계실까요?

react-native 0.63.4
node 14.19.3
caver-js 1.9.0

ERROR ReferenceError: Can’t find variable: TextDecoder

LOG Running “test84” with {“rootTag”:1}
ERROR Invariant Violation: “test84” has not been registered. This can happen if:

  • Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
  • A module failed to load due to an error and AppRegistry.registerComponent wasn’t called.