Having the entire build process automatic on a CI/CD pipeline would be ideal. In a non-Expo RN project, we can diff the ios/android folders to check if we need to build a new native bundle and submit to the stores or if OAT is possible.
Having this automatic by Expo would be lovely, so Expo would know if a App Store/Play Store submit would be required based on the commit or if OAT is sufficient.