How to Get JS for Android After Detaching App

After detaching our app we’ve been able to successfully build the iOS ipa bundle which automatically grabbed the JS bundle and delivered it together.

However, we’re running into issues with Android because it requires us to manually bundle the JS and include it as an asset in order for the apk to work.

Does anyone have any thoughts or insight on this? It would be greatly appreciated!