Microsoft Dot Net Master

Microsoft Dot Net Master
Microsoft Dot Net Master

Thursday, November 11, 2021

Package has been Ignored because it contains Invalid Configuration React Native Error Fix

 As a react native developer we face many kind of react native errors while developing apps. Sometimes you may come up with a warning in the terminal as given below:




This react native warning will finally leads to build error while trying to run your application. So, how to fix this particular error? All you need is to run npm install command on your terminal from your project folder. After that try running your project again using either react-native run-android or react-native run-ios command.