What are "extraModules" in unimodules?

While implementing expo unimodules to ios application this step pops up AppDelegate.h · GitHub

I’m not entirely sure what this bit is for, i.e. what would be considered as

custom RCTBridgeModules

And how would they be added there if needed?

i updated the comment in a new gist to clarify that this is for dependency injection, see iOS Native Modules · React Native

1 Like

@notbrent Gotcha. I assume its normal that with auto-installable modules there is no include added to Podfile? It only updated my Podfile.lock file and added new package there.

yeah the use_unimodules! function will search node_modules for unimodules and add them to podfile for you

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.