App.jsx
import React from 'react';
import {
StyleSheet,
Text,
View,
} from 'react-native';
function App() {
return (
<View>
<Text>안녕</Text>
</View>
);
}
const styles = StyleSheet.create({
});
export default App;
[React Native] java.io.UncheckedIOException: Could not move temporary workspace 오류 해결하기