DEV Community

Discussion on: Tutorial: How to share code between iOS, Android & Web using React Native, react-native-web and monorepo

Collapse
 
martigasco profile image
martigasco

Hi! I followed the tutorial and everything works as expected, but I'm having trouble when adding NativeBase, as it makes me add the babel plugin @babel/plugin-proposal-class-properties, which I haven't had success adding since the yarn workspace pattern still confuses me a little bit.

Where should I install the dev dependency? And how should I enable the plugin? In config-overrides.js?

Thank you so much!