[react-native][expo] Unable to resolve module @react-navigation/native from App.js
에러메세지 App.js의 @react-navigation/native에서 Unable to resolve module @react-navigation/native라는 에러가 뜨는 경우가 있다. import { NavigationContainer } from '@react-navig...
에러메세지 App.js의 @react-navigation/native에서 Unable to resolve module @react-navigation/native라는 에러가 뜨는 경우가 있다. import { NavigationContainer } from '@react-navig...
npm install
or yarn
in your project directory.
npm start를 입력해줄 때 다음과 같은 에러메세지가 발생하는 경우가 있다. npm start Error: react-native is not installed. Please run `npm install` or `yarn` in your project directory.
데이터베이스 종류와 특징 계층형 데이터베이스 데이터 관계를 트리 구조로 정의(부모-자식 형태) 데이터 중복 문제 발생 네트워크형 데이터베이스 계층형 데이터의 데이터 중복 문제 해결 복잡한 구조 때문...
The link is here