프론트엔드/프론트엔드 이슈
-
카카오 로그인 키 해쉬 오류 해결하기프론트엔드/프론트엔드 이슈 2023. 10. 20. 21:31
https://velog.io/@reum107/React-Native-%EC%B9%B4%EC%B9%B4%EC%98%A4-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EC%A0%95%EB%B3%B5%ED%95%98%EA%B8%B0 React Native | 카카오 로그인 정복하기 (feat. 발생했던 에러 포함) 초보자에게 React Native 카카오 로그인 구현이란... 끝없는 에러의 연속...? velog.io // 라이브러리 공식에서 설명한 키 해시 찾는 명령어 (root 폴더에서 진행) keytool -exportcert -alias androiddebugkey -keystore ~/android/app/debug.keystore -storepass android -keypass andro..
-
안드로이드 시뮬레이터 느림 현상 해결 - 메모리 용량 늘리기프론트엔드/프론트엔드 이슈 2023. 10. 20. 19:33
https://crone.tistory.com/523 안드로이드 스튜디오 Out Of Memory 메모리 부족 해결하기 안드로이드 스튜디오 버전이 상승됨에 따라 많이 개선되긴 하였지만 작업중에 렉이 걸리거나 프로그램이 Out Of Memory 문제로 꺼짐 증상이 발견된다면 안드로이드 스튜디오 메모리 할당량을 늘리 crone.tistory.com android 폴더의 gradle.properties 파일에 아래처럼 수정한다. 2048은 2GB 라는 의미이다. org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
-
카카오 로그인 키 해쉬 에러프론트엔드/프론트엔드 이슈 2023. 10. 20. 19:32
https://devbksheen.tistory.com/entry/React-Native-%EC%B9%B4%EC%B9%B4%EC%98%A4-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0 React Native 카카오 로그인 설정 및 구현 RN 사이드 프로젝트 중 카카오 로그인을 구현하면서 방법을 정리하려고 한다. 라이브러리는 @react-native-seoul/kakao-login를 사용하였다. 1. 카카오 애플리케이션 생성 및 설정 kakao developers에 로그인 devbksheen.tistory.com
-
리액트 네이티브 What react-native :app:installDebug FAILED 에러 해결프론트엔드/프론트엔드 이슈 2023. 10. 19. 21:50
https://www.geeksforgeeks.org/what-react-native-appinstalldebug-failed/ What react-native :app:installDebug FAILED ? - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions. www.geeksforgeeks.org https://jwookj.tistory.com/86 T..
-
리액트 네이티브 - device is offline 에러 해결프론트엔드/프론트엔드 이슈 2023. 10. 19. 21:47
https://www.stackoverflowtips.com/2020/08/react-native-fix-adb-device-is-offline.html React Native: Fix adb - device is offline error and Execution failed for task ':app:installDebug' and other Android ADB device offline, can't issue commands Execution failed for task ':app:installDebug' ADB manager: unable to locate ADB 'adb' is not recogniz www.stackoverflowtips.com Open CMD(command prompt) an..