본문 바로가기

프로그래밍119

[React Native] I get the warning "Non-serializable values were found in the navigation state" 에러 React Navigation을 사용하여 다른 화면으로 데이터를 넘길 때 발생하는 에러이다 https://reactnavigation.org/docs/troubleshooting/#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state https://reactnavigation.org/docs/troubleshooting/#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state reactnavigation.org React Navigation 문서에서 몇몇의 use case가 있다 내 경우엔 Date 객체가 문제였고, 이를 복잡한(?) 데이터.. 2022. 8. 13.
[React Native] Blur 효과 만들기 1. https://github.com/Kureev/react-native-blur GitHub - Kureev/react-native-blur: React Native Blur component React Native Blur component. Contribute to Kureev/react-native-blur development by creating an account on GitHub. github.com 라이브러리를 이용한 blur 방법이다 해당 사이트의 문서를 참고하자 2. https://reactnative.dev/docs/0.65/image#blurradius Image · React Native A React component for displaying different types o.. 2022. 8. 5.
[Flutter] firebase 설치 시 pod install 에러 해결 iOS 기준, firebase 예제에 필요한 라이브러리 설치 중 에러 발생! Running "flutter pub get" in flutter_project... Launching lib/main.dart on iPhone X in debug mode... Running pod install... CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``) Finding Podfile changes A cloud_firestore - Flutter - firebase_core - .. 2022. 7. 25.
[Flutter] iOS Simulator 실행 오류 해결 에러를 전체 복사하고 싶었지만 해결 후라 다시 볼 수가 없;; 암튼 에러의 조각은 이렇다. An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3.... 뭔가 안된다 싶으면 재부팅 신공! ...이 아니라 Simulator만 재실행 시켜주자 그리고 다시 실행시켜보면 잘 된다 해당 문제는 Xcode 업데이트로 인해 발생한듯하다. 업데이트하면서 iOS버전도 변경되어 그런 게 아닐까 싶다 끝. 2022. 7. 4.
[MacOS] Homebrew 경로 변경하기 (아마 m1 이상의 맥북 때문에) Homebrew 설치 후 경로 변경이 필요할 때 brew config 입력하면 주르륵 나오는데 여기서 HOMEBREW_PREFIX: /usr/local 이거를 HOMEBREW_PREFIX: /opt/homebrew 이렇게 바꾸려고 한다 /opt/homebrew/bin/brew doctor Warning: Homebrew's "bin" was not found in your PATH. Consider setting your PATH for example like so: echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc 이렇게 나오고 echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.. 2022. 6. 30.