Hey all,
I have a similar issue to #1743 but I have isolated it to Google Maps + expo + iOS only. I get this error using the (example code) for animateToBearing and animateToViewingAngle for Google Maps + expo + iOS:
undefined is not an object (evaluating 'this._mapManagerCommand(name).apply')
The same project and test code is working correctly with:
- Google Maps + expo + android
- iOS native maps + expo + iOS
- Google Maps + non-expo project + android
for these three both animateToBearing and animateToViewingAngle are working flawlessly!
So it seems the issue is isolated to Google Maps + expo + iOS.
I am really hoping to have Google Maps + expo + iOS working in a project specifically to use Google's terrain view. Any help or insight would be greatly appreciated!