React Native (21) 썸네일형 리스트형 React Native: Android - Activity class does not exist Starting: Intent { cmp=com.nhn.android.oauth/.MainActivity } Error type 3 Error: Activity class {com.nhn.android.oauth/com.nhn.android.oauth.MainActivity} does not exist.네이버 로그인 기능을 넣기 위해,https://github.com/naver/naveridlogin-sdk-android에서 클론을 받고, Nid-OAuth 폴더를 react native 프로젝트 내의 android/app 내에 넣어주고npm run android 를 했을 때 위와 같은 에러가 발생했다. 위 에러는빌드는 모두 완료되고, 앱을 실행시킬 때 발생하는 오류이다.즉, 빌드는 완료가 된 상태이며앱을.. React Native: RN 0.75, react-native-reanimated version error # Execution failed for task ':react-native-reanimated:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details. Execution failed for task ':react-native-reanimated:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details. Drawer navigation을 설치하기 위해서여러가지 dependency를 설치해줘야 하는데그 중에 react native 버전과 관련해서 react-native-reanimated 에 상당한 버그가 존재하는 것을 인터넷을 찾다보면 알 수 있다. gradle 설정도 중요하겠지만, 항상 버전 문제가 상당히 머리를 아프게 한다. https://github.com/software-mansion/react-native-reanimated/issue.. React Native: nested navigator Navigator를 통한 screen 이동 간에, 잘 되던 navigator가 아래와 같이 오류를 뱉었다.The action 'NAVIGATE' with payload {"name":"WriteList","params":{"bo_table":"notice"}} was not handled by any navigator.Do you have a screen named 'WriteList'?If you're trying to navigate to a screen in a nested navigator, see https://reactnavigation.org/docs/nesting-navigators#navigating-to-a-screen-in-a-nested-navigator. 현재 프로젝트에서 Dra.. React Native: Storage # Async # Keychain (Secure) # Encrypted React Native에서 여러가지 상태를 보관하기 위해서 Storage를 사용할 수 있다.Web에서의 localStorage와 비슷한 기능을 하는데보안과 관련하여 다음과 같은 도구들을 활용할 수 있다 (Redux는 제외하고 설명) - Async Storage- Keychain (Secure Storage)- Encrypted Storage Async Storage는 보안 적용이 안되어있다.즉, 보안적용이 안되어 있는 모바일 버전의 localStorage라고 생각하면 된다. 보안 적용과 관련하여Keychain과 Encrypted Storage를 둘 중에 선택이 가능한데 다음과 같은 차이가 있다고 보면 된다. Keychain 방식iOS에는 자체적인 보안 방식인 Keychain 시스템이 있다.Android .. React Native Tutorial - 첫 실행 # 설치 # Windows 공식 가이드 https://reactnative.dev/docs/environment-setup?guide=native Setting up the development environment · React Native This page will help you install and build your first React Native app. reactnative.dev Chocolatey 1. Install 공식 사이트: https://chocolatey.org/install 위의 내용 복사해서 PowerShell에서 설치 설치 확인: PowerShell에서 $ choco로 확인 * 설치했는데 안뜨면 PowerShell을 껐다 켜보기 nodejs-lts , jdk11 설치 $ choco install -.. 이전 1 2 3 다음