import { StatusBar } from 'expo-status-bar';
import { StyleSheet, Text, View } from 'react-native';
임포트 구문이 다음과 같이 두개만 있습니다.
(강의 영상에는 import {React} from 'React'
무슨 버젼이 달라진건가요?