일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 셋팅
- array정적메서드
- 오블완
- 모던 자바스크립트
- vscode
- 소셜 로그인
- useRouter
- 스파르타코딩클럽
- 모던자바스크립트
- 코딩테스트
- 초기셋팅
- nextjs
- deep dive
- React
- domain
- 자주 까먹는
- Next
- 구글 로그인
- 코드카타
- git
- error
- js
- 티스토리챌린지
- vercel
- 코테
- 프로그래머스
- 프로젝트 셋팅
- CORS
- 리터럴
- 내일배움캠프
- Today
- Total
목록전체 글 (141)
도록
Image 태그 부모 컨테이너 에 따로 relative나 width, height 크기 지정하지 않아도 gif처럼 동작함 Image src={image} alt="image" sizes="full" width={0} height={0} className={"h-full w-full object-contain"}
1. install 하기yarn add react-native-splash-screen 2. splash 화면 정의하기파일 위치 : /android/app/src/main/res/layout/launch_screen.xml폴더나 파일이 없으면 만들어서 동일하게 구성할 것 (우측 사진 참고)배경색 등 화면 구성이 정의되어 있다. ImageView 태그의 android:src="스플래시 이미지 링크" -> 해당 위치에 이미지 추가 3. splash 보여주기파일 위치 : /android/app/src/main/java/[...]/MainActivity.javaimport org.devio.rn.splashscreen.SplashScreen;class MainActivity : ReactActivity..
에러 메세지FAILURE: Build failed with an exception. * What went wrong: java.io.UncheckedIOException: Could not move temporary workspace (C:\Users\happy\project\mobile\android\.gradle\8.6\dependencies-accessors\423f0288fa7dffe069445ffa4b72952b4629a15a-c6373ed8-1955-4558-9396-8e5b76b1e878) to immutable location (C:\Users\happy\project\mobile\android\.gradle\8.6\dependencies-accessors\423f0288fa7dffe069..
Core ComponentReact Native UI ComponentAndroid ViewIOS ViewWeb Analog설명스크롤 불가한 - https://reactnative.dev/docs/components-and-apis#user-interface
로컬 브랜치 첫 push 할 때마다, 아래처럼 귀찮게 하길래 auto remote push 옵션을 찾았다 해결책git config --global --add push.autoSetupRemote true
프로세스가 port 를 차지하고 있어서 생긴 문제로, 프로세스 종료하면 정상화된다. 해결1. 윈도우 작업표시줄에서 cmd 실행 2. 해당 port (내 경우에는 8081)을 잡고 있는 pid (Process Id)를 찾는다netstat -ao | findstr 포트번호 3. 알아낸 pid kill 하기taskkill /f /pid 프로세스아이디 cmd 캡쳐
1. repo 만들기❗본인의 github name으로 변경해서 {userName}.github.io 으로 만들어야 함 2. build deployment 설정하기 3. repo clone 받기 4. blog theme 정하기https://jekyllthemes.io/ Jekyll Themes – a curated directoryFind the best Jekyll themes for your next project – a curated directory of themes, templates and resources for building Jekyll websites.jekyllthemes.io 구글에 검색하면 각종 테마사이트가 많다 골라서 zip 파일로 다운받는다.나는 이 테마를 받아 clone 받은..
prettier - Code formatterhttps://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode Prettier - Code formatter - Visual Studio MarketplaceExtension for Visual Studio Code - Code formatter using prettiermarketplace.visualstudio.com EsLinthttps://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint ESLint - Visual Studio MarketplaceExtension for Visual Studio Code - In..