Chaewon Kong's Dev Blog on web development and computer science. Frequently writes on JavaScript, React, React Native and Node.
© 2022. All rights reserved.
React Native 프로젝트에서 TypeScript로 FontAwesome, Ionicons, MaterialIcons 등의 아이콘을 쉽게 사용하도록 도와주는 react-native-vector-icons 라이브러리를 사용해보자.
iOS 디버그 빌드 에러 - "Could not parse the simulator list output."
iOS debug Build Error - Could not parse the simulator list output.
TypeScript로 작업 중인 React Native 프로젝트에 TypeScript 기반의 Redux를 도입하는 방법을 알아본다.
When using react-native-maps with google maps in iOS, the white background info window(callout) shows no text in dark mode. Here's solution.
React Native에서 TypeScript를 사용하고 AirBnB 스타일의 tslint를 적용해본다.
React Native Android에서 브릿지(Bridge)를 이용해 네이티브 모듈(Native Module)을 사용하는 방법을 알아본다.
Xcode Update Bug on React Native - error Could not find "iPhone X" simulator. Run CLI with --verbose flag for more details.
React Native 프로젝트를 안드로이드 앱으로 빌드하고 구글 플레이 스토어에 배포하는 방법을 알아본다. 안드로이드(구글) 개발자 등록부터 서명 키 발급, 빌드, 업로드 및 배포까지 차근차근 살펴본다.
React Native - [Android Build Failure] Execution failed for task ':app:transformClassesAndResourcesWithR8ForRelease'. com.android.tools.r8.CompilationFailedException; Compilation failed to complete
React Native - The following build commands failed{:} CompileC /Users/leonkong/Desktop/dev/CodingHippo/Native_Makkcha/ios/build/Native_Makkcha/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/DoubleConversion.build/Objects-normal/x86_64/DoubleConversion-dummy.o /Users/leonkong/Desktop/dev/CodingHippo/Native_Makkcha/ios/Pods/Target\ Support\ Files/DoubleConversion/DoubleConversion-dummy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
React Native - 크롬에서 App Store Connect에 앱 미리보기 및 스크린샷 업로드시 잘못된 GeoJSON 에러가 발생하는 경우 해결 방법을 알아본다.
React Native에서 Android에 헤르메스(Hermes) 자바스크립트 엔진을 적용해 메모리 사용량을 최소화하고 앱 사이즈를 줄이며 앱 작동 성능을 개선해 본다.
react-native-firebase error - could not find a valid GoogleService-Info.plist in your project
react-native-device-info의 getUniqueId() 메서드를 이용해 아이폰/안드로이드 폰의 고유 id 값을 가져와 본다.
Get Device Unique ID by Using react-native-device-info in React Native
React Native - iOS SafeAreaView의 top과 bottom 컬러 다르게 설정하기 iOS에서 SafeAreaView를 사용할 때 잘려나가는 top/bottom padding의 색을 각각 다른 색으로 설정하는 방법을 알아본다.
React Native - iOS Set Different Colors to Top and Bottom of SafeAreaView Set different colors to top and bottom padding of SafeAreaView(change default padding color of white to else)....
React Native - 'use_frameworks!' Generates 'double-conversion.h file not found' Build Error for RN >= 0.60 TestFlight을 활용해 React Native iOS 앱 베타 테스트 진행하기
React Native - iOS TestFlight TestFlight을 활용해 React Native iOS 앱 베타 테스트 진행하기
React Native - iOS 앱 빌드 및 앱스토어(App Store) 배포