
앱 화면 중앙 그림을 형성하기 위한 View style 태그 작성 시 그냥 container가 아닌 'textContainer'라는 이름으로 지정한 이유가 궁금합니다.
[해당 코드의 일부]
<View style={styles.textContainer}>
<Image style={styles.aboutImage} source={{uri:aboutImage}} resizeMode={"cover"}/>
<Text style={styles.desc01}>많은 내용을 간결하게 담아내려 노력했습니다!</Text> .............

