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
- 오버라이딩
- Android
- 구글맵스
- Kotlin
- Hook
- 자바스크립트
- GoogleMaps
- TextView
- 코틀린
- scrollview
- React
- 리액트
- stylesheet
- npm
- Java
- TypeScript
- nodejs
- JavaScript
- fragment
- 랜덤번호
- button
- RecyclerView
- 스프링부트
- 안드로이드
- JS
- array
- 랜덤넘버
- Javscript
- SpringBoot
- Linux
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