일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- react native new architecture
- Android
- 리액트네이티브 hooks
- react native lodash
- react line chart
- react native old architecture
- circular progress bar
- react 라인차트
- react native hook
- 리액트네이티브
- react circle progress bar
- 리액트 라인차트
- 프로그래머스 Lv0
- 안드로이드
- ReactNative
- React Native
- react circle progress
- RecyclerView
- 프로그래머스 LV.0
- 리액트 line chart
- 하우스플리퍼
- react
- react native jsi
- 하우스플리퍼인테리어
- Graveyard Keeper
- javascript interface
- react native hooks
- 스팀게임추천
- 프로그래머스
- Kotlin
- Today
- Total
목록ReactNative (2)
숨참고 개발다이브
TextInput에 focus를 주면 키보드가 올라왔다가 바로 사라지는 현상이 발생했다. 열심히 구글링을 해본 결과 한 링크를 발견할 수 있었다. "TextInput closes automatically when opened on android" https://github.com/facebook/react-native/issues/33164 TextInput closes automatically when opened on android · Issue #33164 · facebook/react-native Description Hi there, I switched laptops and cloned the repository of my project, did a quick yarn install and lo..
리액트 네이티브는 하나의 프로젝트로 안드로이드와 iOS를 모두 구동할 수 있기 때문에 최근 진행한 외주 프로젝트 모두 RN을 사용했다. 처음 시작할 때 급하게 독학을 하는 상황이었지만, 기초 부분에 있어서는 굉장히 많은 글들이 있어 도움을 많이 받았다. 초기 세팅은 까먹을 일이 많기 때문에 복습 겸 블로그에 기록해보려 한다. (출처: https://dev-yakuza.posstree.com/ko/react-native/install-on-mac/) *Mac OS 기준 (Windows 는 출처 블로그 참고) 1. Homebrew 설치 Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 맥 패키지 관리자이다. 설치 후 설치 확인은 다음 명령..