React Native/React Native 카운터 앱(2)
-
[챕터 2-2] 카운터
컨테이너 구성 : 타이틀 컨테이너, 카운터 컨테이너, 버튼 컨테이너 기능 + 버튼을 누르면, 숫자 증가 - 버튼을 누르면, 숫자 감소 버튼 컴포넌트 1) 아이콘 다운로드 링크 https://material.io/tools/icons/?style=baseline Resources Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io 2) 이미지 다운로드 add_circle (+) remove_circle (-) (*) 클릭해서 18dp라고 표시된 부..
2020.02.20 -
[챕터 2-1 ] 카운터 환경구성
웹스톰, VSCode 둘중 하나를 선택해서 환경구성 웹스톰 웹 스톰 터미널 npm install --save styled-components npm install --save-dev typescript @types/react @types/react-native @types/styled-components babel-plugin-root-import Counter > tsconfig.json 생성 더보기 { "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "isolatedModules": true, "jsx": "react", "lib": ["es6"], "moduleReso..
2020.02.20