I'm trying to use this library. I cloned the code, ran npm install
and then ran react-native run-android
. As a result I got an error Cannot find module 'metro-config/src/defaults/blacklist'
. I looked it up, and found an answer that suggest
to change the content of the blacklist.js
file because of faulty regex.
However, I looked at the path suggested in the answer metro-config/src/defaults/blacklist
but it didn't contain any blacklist.js
files. I also looked at other paths but still didn't find anything with the name blacklist.js
.
How can I fix this issue and get the library working?
Node version: v14.17.0
React native version: 0.64.2