Microsoft Dot Net Master

Microsoft Dot Net Master
Microsoft Dot Net Master

Monday, October 25, 2021

ReactNative Metro Bundler not starting automatically

 Replace the code with this one. The path of the file is -

node_modules\metro-config\src\defaults\blacklist.js


var sharedBlacklist = [

  /node_modules[\/\\]react[\/\\]dist[\/\\].*/,

  /website\/node_modules\/.*/,

  /heapCapture\/bundle\.js/,

  /.*\/__tests__\/.*/

];


Snapshots is given below:



No comments:

Post a Comment