First of all.. thank you for looking into my problem.
I have multiple react-native typescript projects and they are mostly similar.. so i wanted to create a shared project. Can anybody suggest a good approach for this.I have to share Components, redux and services and utils files.I have tried github and npm packages for sharing code by publishing packages.I want to know can we have a monorepo like structure.
Apps/ project1 project2 sharedproject
For eg: project 1 and 2 can use shared components and functions