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
- npm
- TextView
- 리액트
- JS
- GoogleMaps
- SpringBoot
- 자바스크립트
- React
- 안드로이드
- Kotlin
- JavaScript
- 구글맵스
- TypeScript
- 오버라이딩
- fragment
- scrollview
- 코틀린
- Javscript
- Android
- RecyclerView
- 스프링부트
- stylesheet
- button
- 랜덤번호
- array
- nodejs
- 랜덤넘버
- Linux
- Java
- Hook
Archives
- Today
- Total
목록텍스트양식 (1)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cs1EVA/btrvnVuCmaW/bOIIms7TftWAy5E50DRxI0/img.jpg)
프로젝트 생성문 npx react-native init sample17 --template react-native-template-typescript 구현할 이미지는 scr>assets폴더에 저장해둔다. ship.jpg 파일을 저장해두었다. App.tsx import React from "react"; import { Image, SafeAreaView, StyleSheet, Text, View } from "react-native"; export default function App(){ return( ) } 실행화면 글자 배경색, 글자 위치 지정하기 App.tsx import React from "react"; import { Image, SafeAreaView, StyleSheet, Text, Vi..
코딩 기록/react
2022. 3. 7. 18:15