When I am loading this LoginScreen.js I m getting the above mentioned exception.Before that I had installed
npm install @material-ui/core
import React from 'react';import {Button} from '@material-ui/core/Button';import { View } from 'react-native';export default function LoginScreen() { return (<View><Button></Button></View> );}