I already have a working iOS React Native app and I’m planning to add a watchOS companion app.
Is it possible to keep the iOS app and the watchOS app in separate repositories? If so, will WatchConnectivity still work properly between them?
Or is it recommended to keep both in a single Xcode project/repository?