As a temporary solution, I’ve switched to using the default provider on iOS (Apple Maps) while continuing to use Google Maps on Android.
provider={Platform.OS === 'android' ? PROVIDER_GOOGLE : null}