react native

· Frontend
Preiew babel.config.js에 경로를 추가합니다. tsconfig.json에 경로 추가해서 vscode가 인식할 수 있게 만들어줍니다. metro server 캐시를 리셋해줍니다. (이것 때문에 삽질함) babel.config.js "babel-plugin-root-import", { paths: [{ rootPathSuffix: "./src", rootPathPrefix: "~/" }], }, src/components 디렉토리를 절대경로로 추가해보겠습니다. "babel-plugin-root-import", { paths: [ { rootPathSuffix: "./src", rootPathPrefix: "~/" }, { rootPathSuffix: "./src/components", roo..
mechaniccoder
'react native' 태그의 글 목록