[FE][RN-ReactNative][Expo][CSS + Component]

·1 min read

- <View style={{alignItems:'center'}} >

horizontal 가운데 정렬

</View>

 

- <View style={{justifyContent: 'center'}} >

vertical 가운데 정렬

</View>

 

- style={{elevation: 2}} : 그림자 테두리 설정

 

- style={{textAlign: 'center'}} : 글자 가운데 정렬

 

- style={{width:Dimensions.get('screen').width*0.8}} : 스크린 너비의 80%

 

**- <TouchableOpacity /> : https://reactnative.dev/docs/touchableopacity **