2024/08 3

[React Native (RN)] 기본 캘린더 화면 구현하기 (react-native-calendars, Typescript)

React Native 기본 캘린더 화면을 구현합니다.Typescript로 작성되었으며, react-native-calendars 라이브러리를 사용합니다. https://github.com/wix/react-native-calendars GitHub - wix/react-native-calendars: React Native Calendar Components 🗓️ 📆React Native Calendar Components 🗓️ 📆 . Contribute to wix/react-native-calendars development by creating an account on GitHub.github.com구현1. react-native-calendars 라이브러리 설치npm install rea..

[React Native (RN)] 소셜 로그인 구현하기 (카카오, 안드로이드)

React Native로 안드로이드 카카오 로그인을 구현해보겠습니다.해당 게시글에서는 react-native-seoul/kakao-login 라이브러리를 사용합니다. https://github.com/crossplatformkorea/react-native-kakao-login GitHub - crossplatformkorea/react-native-kakao-login: react-native native module for Kakao sign in.react-native native module for Kakao sign in. Contribute to crossplatformkorea/react-native-kakao-login development by creating an account on G..

[VSCode Error] npm : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\사용자명\AppData\Roaming\npm\npm.ps1 파일을 로드할 수 없습니다.

VS Code에서 npm start 할 때 아래와 같은 에러가 발생했다.[Error] npm : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\사용자명\AppData\Roaming\npm\npm.ps1 파일을 로드할 수 없습니다.원인1. 환경 변수 확인최근에 드라이브 정리를 하느라 node.exe가 포함된 폴더의 위치를 C → E로 변경했다.이때 환경 변수도 편집을 해줘야하는데 하지 않았기 때문에 발생한 오류이다. 2. PowerShell ExecutionPolicy 확인node.js에 대한 환경 변수 위치도 올바르다면 PowerShell의 ExecutionPolicy를 변경하면 된다.(1번이 원인이었던 경우, 생략 가능)해결 방법1. 환경 변수 확인시스템 속성에서 환경 변수를 누른다. 시..

728x90
반응형