I am currently going through the React-Native tutorials. I began with the Getting Started tutorial, where I made a new react native project and successfully managed to run t
This can also be due to Root component name starts with lowercase.
Recorrect it or rather create the project once again with a PascalCase name.
e.g. ignite new HelloWord