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
- 스프링부트
- JavaScript
- 오버라이딩
- TextView
- GoogleMaps
- 코틀린
- RecyclerView
- array
- Javscript
- JS
- nodejs
- 리액트
- stylesheet
- Hook
- React
- Android
- 안드로이드
- npm
- TypeScript
- fragment
- scrollview
- Java
- Linux
- button
- Kotlin
- 랜덤번호
- 자바스크립트
- SpringBoot
- 구글맵스
- 랜덤넘버
Archives
- Today
- Total
목록flexbox (1)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/zbCXy/btrvqkgbbYw/kaMq3rcdXN1QYziuWraOkK/img.jpg)
프로젝트 생성문 npx react-native init sample19 --template react-native-template-typescript src 폴더 생성 > components 폴더 생성 > Flexbox.tsx & Marginadding.tsx & WidthHeight.tsx 파일 생성 WidthHeight.tsx import React from "react"; import { StyleSheet, Text, View } from "react-native"; export const WidthHeight= () =>( 200X100 ) const style = StyleSheet.create({ container:{ width:200, height:100, borderWidth:StyleS..
코딩 기록/react
2022. 3. 7. 18:40