React Native 프로젝트 시작하기
사이드 프로젝트 진행 중에 React Native 하이브리드 앱을 개발하려고 하는데 같이 진행할 프론트 개발자를 구하지 못해 내가 허접하지만 진행이라도 해보려고 한다... 만약 사이드 프로젝트를 같
devbksheen.tistory.com
[Android] cli.init in not a function 오류 해결법
[react-native] cli.init in not a function 오류
요즘 만들어보고 싶은앱이 있어서 리액트 네이티브를 하는 중인데 cli로 프로젝트를 생성할때 자꾸 오류가 발생하는거에요 그래서 찾아보니 버전 문제더라구요 프로젝트 생성시에 아래의 명령
gandevelop.tistory.com
[iOS] No simulator available with name "iPhone 13" 오류 해결법
[React-Native] 1. M1 Mac에서 React-Native 환경 구축
필자가 사용하는 MAC OS에서 React-Native 개발 환경을 구축하는 방법에 대해 정리해놓고자 한다. React-Native 개발 환경에는 크게 Expo CLI와 React-Native CLI, 2가지가 있다. 그 중에서 React-Native CLI를 구축하
choboit.tistory.com
[iOS] (in target 'React-Codegen' from project 'Pods') 오류 해결법
[React Native] XCode 14.3 빌드 오류
얼마 전 같이 작업을 하고 있는 동료 분의 컴에서만 프로젝트가 빌드/실행되지 않는 오류가 있었다. (((제 컴에서는 돌아가는데요?)))
velog.io
[iOS] React native version 업그레이드 방법
React native upgrade 0.66.2 -> 0.68.2
detox로 E2E 테스트
home.notitle.dev
[Android] Homebrew 설치 및 사용 방법
[Mac] Homebrew 설치 및 사용 방법 - 꿈꾸는 개발자
[Mac] Homebrew 설치 및 사용 방법 - Homebrew는 명령어 한 줄로 프로그램을 설치/제거할 수 있는 프로그램으로 Mac 사용자라면 반드시 설치해야 하는 필수 애플리케이션입니다.이번 글에서는 Homebrew를
whalec.io
[Android] Brew로 자바 설치하기
맥에서 Brew로 자바 설치하기(feat. 자바버전 바꾸기)
llighter.github.io
[Android] 안드로이드 환경변수 등록
react-native android 애뮬레이터, 디바이스 세팅
react-native android 애뮬레이터, 디바이스 세팅
kyounghwan01.github.io
[Android] Could not determine the dependencies of task ':app:compileDebugJavaWithJavac' 오류 해결법
SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable 오류 해결법
React Native android build failed. SDK location not found
I have error when i start running android What went wrong: A problem occurred evaluating project ':app'. > SDK location not found. Define location with sdk.dir in the local.properties file or...
stackoverflow.com
[Android, iOS] React Native 공식 문서 참고
Setting up the development environment · React Native
This page will help you install and build your first React Native app.
reactnative.dev
[Android] react-native-gradle-plugin:compileKotlin FAILED 오류 해결법
Task :react-native-gradle-plugin:compileKotlin FAILED, 'compileJava' task (current target is 1.8) and 'compileKotlin' task (curr
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 936 file(s) to forward-jetify. Using 12 workers... info JS server alr...
stackoverflow.com
[iOS] Could not find any matches for com.facebook.react 오류 해결법
> Could not find any matches for com.facebook.react:react-native:+ as no versions of com.facebook.react:react-native are availab
There was apparently a RN outage. This causes so much issues now as I can get a build out. https://github.com/facebook/react-native/issues/35210 but that "FIX" says to look at https://git...
stackoverflow.com
[iOS] (in target 'ReactCommon' from project 'Pods') 오류 해결법
React Native - npx react-native run-ios doesn't work after initializing the project
After reading https://reactnative.dev/docs/environment-setup, I created a react-native project using npx react-native init ***. It was successful, so, I tried to run the project using npx react-nat...
stackoverflow.com
[iOS] CocoaPods could not find compatible versions for pod "React-RCTVibration" 오류 해결법
[iOS] CocoaPods could not find compatible versions for pod "RCT-Folly" 오류 해결법
Error upgrading 0.64 -> 0.66 CocoaPods could not find compatible versions for pod "RCT-Folly" · Issue #32423 · facebook/react-
Description trying to upgrade to latest version to have access to RippleConfig.foreground in 0.66 but running into this issue on the ios side React Native version: System: OS: macOS 10.15.7 CPU: (8...
github.com
[iOS] "No matching function for call to 'RCTAppSetupPrepareApp'" 오류 해결법
"No matching function for call to 'RCTAppSetupDefaultRootView'" 오류 해결법
"No matching function for call to 'RCTAppSetupPrepareApp'" and "No matching function for call to 'RCTAppSetupDefaultRootView'" e
Description I am unable to build my project due to the "No matching function for call to 'RCTAppSetupPrepareApp'" and "No matching function for call to 'RCTAppSetupDefaultRootView'" errors. I'd be ...
github.com
'개발 스크랩 > React Native' 카테고리의 다른 글
[React Native] Design Course Template (0) | 2023.06.27 |
---|---|
[React Native] Animated 온보딩(Onboarding) 템플릿 (0) | 2023.06.27 |
[React Native] 로그인, 회원가입, 메인 UI 튜토리얼 (0) | 2023.06.20 |
[React Native] 앱 아이콘 바꾸기 (0) | 2023.06.20 |
[React Native] 어플 이름 변경하기 (0) | 2023.06.12 |