1. Image —sourceimport React from 'react'; import {View, StyleSheet, Image} from 'react-native'; const App = () => { return ( ) } const styles = StyleSheet.create({ container: { flex : 1, backgroundColor: '#eee', justifyContent: 'center', alignItems: 'center' }, image1: { width: 200, height: 200, }, image2: { width: 50, height: 50, marginTop: 50 } }); export default App; require : 폴더에서 가져오는 경우 사..