voize-gmbh / reakt-native-toolkit

Combine React Native with Kotlin Multiplatform (KMP)
Apache License 2.0
124 stars 4 forks source link

Generate comment in RNModuleProvider to link to RNModule implementation #73

Open Legion2 opened 4 days ago

Legion2 commented 4 days ago

Currently it is difficult to navigate from a ...RNModuleProvider to the RN module it provides, the RN module is common code and should be linked in the provider which is also common code.