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 |
Tags
- JS
- Hook
- nodejs
- Javscript
- button
- TypeScript
- array
- Kotlin
- 랜덤번호
- React
- SpringBoot
- fragment
- 오버라이딩
- JavaScript
- 리액트
- Java
- Android
- stylesheet
- GoogleMaps
- 자바스크립트
- Linux
- 코틀린
- RecyclerView
- 스프링부트
- 랜덤넘버
- 안드로이드
- 구글맵스
- scrollview
- npm
- TextView
Archives
- Today
- Total
목록라디오 (1)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Gt3Ln/btrvnVOSIGx/Us2ZTvEIX3Do4TZ4UUW3T0/img.jpg)
프로젝트 생성후 아래의 설치문을 입력해서 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