voize-gmbh / reakt-native-toolkit

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

Generate comment in RNModuleProvider to link to RNModule implementation #73

Open Legion2 opened 1 month ago

Legion2 commented 1 month 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.