react-native-grpc
react-native-grpc copied to clipboard
Migration to Turbo Module API
Hi @Mitch528 !
Is there a plan to migrate this package to the new turbo modules API? I tried to migrate this package myself by forking it. But it turned out to rewrite only the Android part. The IOS source code is written in Swift, but in the new React Native architecture, code generation of interfaces and native bindings is available only in Objective-C, and I have no idea how to link these two implementations.
If you have any ideas or plans about this, please share them with the community)