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
- 코틀린
- SpringBoot
- RecyclerView
- Javscript
- 랜덤번호
- fragment
- Android
- JS
- TypeScript
- GoogleMaps
- button
- 구글맵스
- Linux
- 랜덤넘버
- 자바스크립트
- 리액트
- 오버라이딩
- Java
- nodejs
- 스프링부트
- array
- React
- Kotlin
- scrollview
- JavaScript
- 안드로이드
- Hook
- TextView
- npm
- stylesheet
Archives
- Today
- Total
목록RadioGroup (1)
타닥타닥 개발자의 일상
프로젝트 생성후 아래의 설치문을 입력해서 radiobutton을 import한다. 설치문 npm i react-native-flexi-radio-button --save 설치문을 입력한뒤 생성된 node_modules>react-navtive-flexi-readio-button>lib를 방문하여 radioButton.js와 radioGroup.js를 편집해준다. radioButton.js import React, { Component } from 'react' import PropTypes from 'prop-types' import { StyleSheet, View, Text, TouchableWithoutFeedback } from 'react-native'; export default class R..
코딩 기록/react
2022. 3. 7. 17:36