Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- await
- 백준 11718
- R 그래프
- 배열추가
- 백준 10172
- DataFrame
- 광명시버스분석
- barplot
- react #회원가입 #비밀번호비교
- R데이터형태
- 데이터분석
- vetor
- 그대로 출력하기
- 값추가
- 10172
- 배열삭제
- 그래픽
- 버스분석
- getline
- 이용현황분석
- 값삭제
- 탈출문자
- 백준
- useState
- setstate
- asynchronization
- barplot in r
- React
- 이스케이프시퀀스
- plot in r
Archives
- Today
- Total
devlog_zz
Button 본문
728x90
React Native Button
<Button title='update state'/>
이렇게 버튼 안 text를 써야함
기존
<Button>click me</Button>
이와 같이 쓰면 안됨
버튼의 스타일 정의를 view 로 감싼 후 view 의 스타일을 통해 정의해야 함
<View sytle={styles.buttonContainer}>
<Button title='update state'/>
</View>
728x90
'Front End > React Native' 카테고리의 다른 글
React Native TouchableOpacity (0) | 2021.01.18 |
---|---|
React Native FlatList (0) | 2021.01.18 |
React Native ScrollView (0) | 2021.01.18 |
React Native useState , TextInput (0) | 2021.01.18 |
React Native <View>, <Text>, style, styled-components (0) | 2021.01.18 |
Comments