When I going to run my react native app on my iPhone Expo this error displayed in red background area.
Invariant Violation: Element type is invalid: e
In my case instead of exporting like this:
export default App;
...I exported like following:
export {LoginForm};
It worked completely fine.