When I'm adding third party components to React Native apps, such as this one, it often says that because of auto-linking, you do not have to follow the manual linking steps. For Android, I notice that none of the code added in the manual linking steps, such as adding code to MainApplication.java, none of it gets added automatically.
Can anyone explain what's going on here? Do I need to do the manual linking steps for Android despite auto-linking?