Custom plugin to support Singular SDK?

Hey folks. We want to add the Singular SDK into our app, but we’re using the Managed Workflow and there aren’t any existing libraries out there to support the Singular SDK with expo.

To support the Singular SDK in a normal React Native app, the sdk requires some changes to the build.gradle and AndroidManifest.xml files. Looking at the Config Plugins guide, this seems to be exactly what a custom config plugin is for.

My question is if this is all I need to do to support this sdk or is there anything else that I’m missing?