react-native-tts 사용 시 발생한 경고(WARN `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method.) 및 에러 (removeEventListener => TypeErrorː undefined is not a function) 해결
Trouble-shooting (7)
- Visual Studio 사용중 "한국어 인코딩으로 로드하는 동안 일부 바이트가 유니코드 대체 문자로 바뀌었습니다." 오류가 발생했고, 해결하기 위한 몇 가지 시도와 실패/성공 기록을 남깁니다.
- Next.js로 만든 블로그에서, 글 작성 후 Git 커밋을 하면 자동으로 줄바꿈이 되어버려 글이 의도대로 보이지 않는 문제가 있었습니다. 그 원인과 해결 방법을 공유해봅니다.
- React Native 안드로이드 실행 오류 - Execution failed for task ':app:installDebug' - 에 대한 해결 방법을 소개합니다.
- React Native 작업 중 api를 POST로 호출 중 발생한 오류를 해결한 내용을 기록했습니다.
- React Native에서 Realm 사용 중, BSON :For React Native please polyfill crypto.getRandomValues Warn 해결 방법입니다.
- React Native 개발 중 발생한 오류 TS7016 :Could not find a declaration file for module 'styled-components/native' 해결 방법입니다.