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
- 랜덤넘버
- Kotlin
- 구글맵스
- 코틀린
- Java
- 스프링부트
- stylesheet
- Hook
- button
- 자바스크립트
- JavaScript
- fragment
- RecyclerView
- 리액트
- GoogleMaps
- Javscript
- Android
- TypeScript
- TextView
- JS
- 안드로이드
- scrollview
- npm
- SpringBoot
- nodejs
- 오버라이딩
- React
- Linux
- array
- 랜덤번호
Archives
- Today
- Total
목록모듈 (1)
타닥타닥 개발자의 일상
react 안드로이드 화면에 module 이용하여 데이트 구현하는 기본 문법 / javascrpit / typescript/ list /module
Export / Import로 모듈 구현하기 src 폴더 생성 > src 폴더 안에 screens 폴더 생성 > screens 폴더 안에 NamedExportModuel.tsx/NamedImportModuel.tsx 생성 NamedExportModule.tsx import React from "react" import { Text, View } from "react-native" //변수 const sampleVar = "sample variable" //함수 const sampleFunc = () => "sampleFunc() 호출함" //number=소수+정수 const sampleNumFunc = (num1:number,num2:number) => (num1*num2) //Object == json..
코딩 기록/react
2022. 3. 4. 17:37