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
i had same issue and i put export default before class yourclassname extends Component in App.js
export default
class yourclassname extends Component