Error

[React-native] Export namespace should be first transformed by `@babel/plugin-proposal-export-namespace-from`. 오류 해결방법

하루 2022. 8. 20. 18:17

babel.config.js 파일에 해당 코드를 추가

module.exports = {
  ...
  plugins: ['react-native-reanimated/plugin'],
  ...
};

 

 

 


출처

  • [리액트 네이티브]Export namespace should be first transformed by `@babel/plugin-proposal-export-namespace-from`. 오류 발생 시 해결방법