Closed gr8ref closed 4 years ago
Got this issue on windows, but don't need to downgrade node, need to change some hashes on your project:
\node_modules\metro-config\src\defaults\blacklist.js
var sharedBlacklist = [ /node_modules[/\]react[/\]dist[/\]./, /website\/node_modules\/./, /heapCapture\/bundle.js/, /.\/tests\/./ ]; change to:
var sharedBlacklist = [ /node_modules[\/\]react[\/\]dist[\/\]./, /website\/node_modules\/./, /heapCapture\/bundle.js/, /.\/tests\/./ ];
I updated the lib of react-native-safe-area-context but didn`t solve the problem
this is not an error, only a warning. May be in some future releases they'll fix this.
Got this issue on windows, but don't need to downgrade node, need to change some hashes on your project:
\node_modules\metro-config\src\defaults\blacklist.js
var sharedBlacklist = [ /node_modules[/\]react[/\]dist[/\]./, /website\/node_modules\/./, /heapCapture\/bundle.js/, /.\/tests\/./ ]; change to:
var sharedBlacklist = [ /node_modules[\/\]react[\/\]dist[\/\]./, /website\/node_modules\/./, /heapCapture\/bundle.js/, /.\/tests\/./ ];