Replies: 1 comment 4 replies
-
Sorry can you clarify your question.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm referencing these instructions to migrate a Native Module over into a backwards compatible Turbo Module. From the docs, I was getting the impression that we are expected to maintain our method interfaces in two separate places, once in the Turbo Module
Spec
and separately in the legacy Native Module JS layer.So far, I've only enabled the New Architecture compiler flags in my app's Gradle and pod install steps, defined the Codegen specs, and created an empty class stub for my Turbo Module spec. However, I'm finding that I'm able to access all the methods and constants at runtime without having to declare any method signatures in my Spec.
Is this expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions