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
- fragment
- 안드로이드
- npm
- button
- Linux
- Kotlin
- stylesheet
- Java
- JS
- 랜덤번호
- JavaScript
- array
- 리액트
- TypeScript
- nodejs
- RecyclerView
- React
- Javscript
- Hook
- 랜덤넘버
- 자바스크립트
- 스프링부트
- 코틀린
- scrollview
- TextView
- GoogleMaps
- SpringBoot
- 오버라이딩
- Android
- 구글맵스
Archives
- Today
- Total
목록contprovider (1)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/HlinO/btrvvEe67vh/1LJykYgO9MulKgN4lahjkK/img.jpg)
생성문 npx react-native init sample24 --template react-native-template-typescript 생성파일 src 폴더 생성 > 그 안에 component 폴더 생성 > component폴더안에 CountProvider, First, Second, Third, TextProvider 타입 스크립트 파일 생성 TextProvider.tsx import React, { createContext } from "react"; import { Text } from "react-native"; export const TextContext = createContext({}) interface Props{ children: JSX.Element } export default ..
코딩 기록/react
2022. 3. 9. 00:22