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
- 자바스크립트
- nodejs
- RecyclerView
- JS
- TextView
- 구글맵스
- stylesheet
- Android
- TypeScript
- GoogleMaps
- Linux
- React
- SpringBoot
- fragment
- scrollview
- JavaScript
- Javscript
- 코틀린
- 스프링부트
- Kotlin
- Java
- 안드로이드
- npm
- 오버라이딩
- 랜덤번호
- array
- Hook
- 리액트
- button
- 랜덤넘버
Archives
- Today
- Total
목록Picker (1)
타닥타닥 개발자의 일상

프로젝트 생성후 입력해야 하는 설치문 npm install react-native-picker-select npm install @react-native-picker/picker npm install watcher npm install react-native-svg@9 App.tsx import React, { useState } from "react"; import { Button, View } from "react-native"; import RNPickerSelect from 'react-native-picker-select' const values = [ {label:'Football', value:'축구'}, {label:'Baseball', value:'야구'}, {label:'Hockey',..
코딩 기록/react
2022. 3. 7. 17:26