animateCamera working on IOS but not with Android

Please provide the following:

  1. SDK Version: 46.0.13
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Most the method dont work with Android but tested OK on IOS

// mapRef.current.fitToSuppliedMarkers([“origin”,“destination”], { // tried this too but same result only work with IOS

mapRef.current.fitToCoordinates(result.coordinates, {
edgePadding: {
right: width / 20,
bottom: height / 20,
left: width / 20,
top: height / 20,
},
});

TIA

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.