HarishJangra/react-native-easy-starter

Got this issue on windows

Closed this issue · 2 comments

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/./
];

image
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.