Hello everyone! Does somebody know if there is any public repository with the multiplatform sample project that supports three targets simultaneously:
Android
,
iOS
and
JS
? I've already successfully developed KMP targeting Android and iOS with simple shared code that makes API call to Google Photos endpoint and shows fetched photos in the apps on both platforms(Android/iOS), now I want to add JS support to the project by creating a simple JS(or React) page that will use that shared code also. Please share the links to repositories or documentation how to combine three targets in one KMP if you know such.