[체크리스트] 문제점 1. 리액트 네이티브 설치 과정
맥북을 새로 사고 리액트 네이티브 설치과정에서 겪은 문제점을 정리했다.
https://reactnative.dev/docs/performance
https://7stocks.tistory.com/173
Performance Overview · React Native
A compelling reason for using React Native instead of WebView-based tools is to achieve 60 frames per second and a native look and feel to your apps. Where possible, we would like for React Native to do the right thing and help you to focus on your app ins
reactnative.dev
react-native init 시 cocoapod 에러날 때
Xcode 버전업이 되다 보면 다음과 같은 에러가 발생 할 수 있다. Installing CocoaPods dependencies (this may take a few minutes) error Error: Failed to install CocoaPods dependencies for iOS project, which is required by this template.
7stocks.tistory.com
https://velog.io/@pagkusd/React-Native-%EA%B0%9C%EB%B0%9C%ED%99%98%EA%B2%BD-%EC%84%A4%EC%B9%98
[React Native] 개발환경 설치 (에러 총 집합 및 해결)
말머리 나의 맥의 업데이트가 많이 늦어져 native 환경을 셋팅하는데 많은 이슈가 있어 글을 남긴다. 이 글은 아래 포스트를 참고로 개발환경을 셋팅하며 마주한 이슈와 작업 방식을 남기는 용도
velog.io
[Android] 안드로이드 에뮬레이터 속도를 높여보자!!(feat.Guest unoccupied no 1 guest s)
https://developer.android.com/studio/run/emulator-acceleration?hl=ko#vm-windows-haxm-intel Android Emulator의 하드웨어 가속 구성 | Android 개발자 | Android Developers Android 에뮬레이터가 하드웨어 가속 기능을 사용하여 성능
minf.tistory.com
https://1nnovator.tistory.com/78
리액트 네이티브(React-native)의 디버깅 도구 (React-devtools, Reactoron)
이 글을 돌돌이에게 바칩니다. 리액트 네이티브는 디버깅이 복잡하다. 일반적인 웹 페이지를 만들 때처럼 브라우저 개발자 도구를 쓴다던지 하는게 제한적이기 때문이다. 그 때문인지 리액트
1nnovator.tistory.com
Mac) react-native 환경설정 관련 오류들 (feat : android)
error framework build type is static library react nativepatching file config.sub1 out of 1 hunks failed--saving rejects to config.sub.rej...Looks lik
velog.io
[React Native] iOS 환경 설정 중 발생하는 에러
[React Native] iOS 환경 설정 중 발생하는 에러
iOS 환경 설정 중, [React Native] 개발에 필요한 아이들 설치부터 실행까지 시켜보자 mac OS Catalina를 기준으로 설치한다. Homebrew https://brew.sh/ Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 홈페이
success206.tistory.com
https://2vup.com/mac-ruby-update/
[Mac] 맥 Ruby Update 업데이트 적용 방법
🟥 Mac에서 Ruby Update 방법 맥에서 루비를 업데이트 하기 위해 아래 코드를 한 줄씩 차례대로 실행합니다. 2021년 8월을 기점으로 3.0.2버전으로 업데이트하지만, 시기에 따라 Mac에서 Ruby Update가 가
2vup.com