HarishJangra / react-native-easy-starter

A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more
MIT License
257 stars 92 forks source link

Got this issue on windows #19

Closed gr8ref closed 4 years ago

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

0muxi0 commented 4 years ago

image I updated the lib of react-native-safe-area-context but didn`t solve the problem

HarishJangra commented 4 years ago

this is not an error, only a warning. May be in some future releases they'll fix this.