It looks like App Bundle is the preferred way of doing things (over APK) so I'd like to try to use it.
I need some way to specify an ENVFILE argument for building my React Native application. This is easily done when generating APKs through ENVFILE=.env.production assembleRelease but I cannot find an equivalent for App Bundles.
In addition, the Android Studio App Bundle wizard appears to be pretty scant when it comes to specifying options for the build.
Any ideas?