getModule
/getReactModuleInfoProvider
required for TurboModules?
#152
lindboe
started this conversation in
Documentation
Replies: 1 comment 1 reply
-
Hi @lindboe |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed in the "Migration to the New Architecture" > "Supporting in your Library" > "Enabling in Android Library" section, there's no mention of the methods that are added to the ModulePackage class in the guide to creating a new Turbo Module.
The relevant example code:
Is this step required to migrate to the New Architecture? If so, I think these docs should cover that and how to manage the existing Package class code (which I understand would be migrating away from using
createNativeModules
/createViewManagers
, correct?)Beta Was this translation helpful? Give feedback.
All reactions