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 |
Tags
- 배열추가
- 이용현황분석
- 10172
- asynchronization
- 값삭제
- 탈출문자
- 값추가
- 백준
- R데이터형태
- 그래픽
- barplot in r
- DataFrame
- React
- 배열삭제
- 버스분석
- getline
- 그대로 출력하기
- 백준 10172
- await
- react #회원가입 #비밀번호비교
- 광명시버스분석
- 데이터분석
- vetor
- plot in r
- 이스케이프시퀀스
- 백준 11718
- R 그래프
- barplot
- useState
- setstate
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