Hi, I am having this error in react native and cannot figure out what is causing it. Help would be greatly appreciated.
Thank you
I also encounter this error, but in my case I accidentally modified / auto formatted some .js
files and messed up the JSX. And I cannot easily trace the source of the JSX component I messed up. The way I solved my problem surprisingly is to delete the node_module
folder and reinstall all the node packages by npm install
at the root folder of your project.