Hi, I’ve existing apps (Android and iOS) the <offi...
# multiplatform
d
Hi, I’ve existing apps (Android and iOS) the official documentation give guidance on how to create a new project from scratch but there’s little guidance on how to create a shared module and include it in two existing project. I’ve created a monorepo and placed my previous android and ios app in 2 separate subfolders like this:
Copy code
/
|-- android
|-- ios
I’d like to start by adding a shared module included by both android and iOS and than slowly migrate some of the android modules into shared modules I couldn’t find any in-depth documentation on how to integrate without starting from the template. Can you point me to the documentation if I just didn’t search well or help me out in this regard?