Just started learning react-native,
I have created one separate file flexdemo.js and created component as below:
import React, { Component } from \'react
I downgrade react native version, then I got a different error, basically what it was I had a simple string within a view, something like this:
MyComponent
I had to wrap the string with a text component like this:
hope that helps