I am serving "react-native start" command in my project and it gives me below error.
Invalid regular expression: /(.\__fixtures__\.|node_modules[\]react[\]dist[\].|website\node_modules\.|heapCapture\bundle.js|.\__tests__\.)$/: Unterminated character class
I have found above problem solution here.
But the problem is when i am trying to navigate to "node_modules\metro-config\src\defaults\blacklist.js"
this path there is no such folder named "metro-config"
.
I did remove the node_modules and re-install them again but the problem is still same.