voize-gmbh / reakt-native-toolkit

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

View manager typescript generation #71

Closed erksch closed 2 weeks ago

erksch commented 2 weeks ago

This MR adds generation for typed React Native components that wrap the component returned by createNativeComponent and handles serialization of complex props and transformation of events into callbacks.

All types used by the compose view will automatically be added to the models.ts generated file.