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

아이콘 참고 사이트 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..

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-..