DEV Community

Discussion on: How to Create a React Typescript Monorepo with Git Submodules

Collapse
 
kibolho profile image
Abílio Azevedo

Thanks for the good content! Is it possible to have optionals submodules! In my use case I would like to share a submodule between two projects without giving access to the submodule code. I will share the submodule just in the build process.
I tried to do conditional import and require but it doesn't work with metro bundler in react-native.