showing results for - "error metro bundler process exited with code 1 react native"
Paul
09 Sep 2016
1Got this issue today on windows, but don't need to downgrade node, just as discussed on stackoverflow just need to change some hashes on your project:
2
3\node_modules\metro-config\src\defaults\blacklist.js
4
5var sharedBlacklist = [
6  /node_modules[/\\]react[/\\]dist[/\\].*/,
7  /website\/node_modules\/.*/,
8  /heapCapture\/bundle\.js/,
9  /.*\/__tests__\/.*/
10];
11