Hey, I'm trying to use hilt for DI in our react na...
# dagger
a
Hey, I'm trying to use hilt for DI in our react native project, we have a decent chunk of native work, and no organization for managing react native modules, etc. so it makes sense to bring it in and get the rest of the team onboard. I'm trying to figure out however, how we write custom annotation processors for use with GeneratesRootInput... There doesn't seem to be much information online regarding this, I'm guessing it's a pretty niche ask. So far, I'm seeing the members injector, but I'm assuming I'll also need the GeneratedInjector as well as a the Hilt wrapper class for the injected class. I was thinking of something similar to how AndroidEntryPoint works, but for the React Native module lifecycle instead. Is there any example I can use for this?