You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this would need a new generator for the react-native-jsi interface, similar to the existing generator of the dart:ffi interface. In addition, another generator for the typescript similar to the existing Dart generator would be required. JavaScript isn´t typesafe - which might become an issue, unless only generating TypeScript API bindings.
ReactNative developers are used to use a declarative API based on JSX syntax. Therefore, a gluelayer would still be needed to create a nice declarative API on top of the exposed imperative C++ API. I doubt such gluelayer can be effectively auto-generated.
Provide RN as a generator with
The text was updated successfully, but these errors were encountered: