일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 랜덤번호
- stylesheet
- TextView
- GoogleMaps
- Android
- 자바스크립트
- JavaScript
- 안드로이드
- TypeScript
- 코틀린
- npm
- SpringBoot
- JS
- 오버라이딩
- nodejs
- Javscript
- Hook
- 스프링부트
- Kotlin
- 랜덤넘버
- RecyclerView
- array
- button
- fragment
- Linux
- React
- Java
- 구글맵스
- scrollview
- 리액트
- Today
- Total
목록체크박스 (2)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/wgNY4/btrvqjan1ot/VgE5CGbylJRkeYVNhycyik/img.jpg)
아이콘 참고 사이트 https://oblador.github.io/react-native-vector-icons/ react-native-vector-icons directory oblador.github.io 프로젝트 생성 npx react-native init sample16 --template react-native-template-typescript 필요한 부분 install npm i react-native-paper checkbox를 만들기 위해서는 android>app>build.gradle 부분을 수정해야한다. (제일 마지막 한줄 코드만 추가됨) build.gradle apply plugin: "com.android.application" import com.android.build.Out..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/XSb6o/btrstYu4qau/GorF0uKLQfBTrUohcKKxBk/img.jpg)
activity_main.xml build.gradle(:app) plugins { id 'com.android.application' id 'kotlin-android' } android { compileSdk 32 defaultConfig { applicationId "com.example.sample12" minSdk 21 targetSdk 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-..