react-native-google-maps-plus 1.6.1-dev.3 → 1.6.1-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -362,7 +362,7 @@ class RNGoogleMapsPlusView(
362
362
  durationMs: Double?,
363
363
  ) {
364
364
  onUi {
365
- val current = view.currentCamera ?: return@onUi
365
+ val current = view.currentCamera
366
366
  view.setCamera(
367
367
  camera.toCameraPosition(current),
368
368
  animated == true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-maps-plus",
3
- "version": "1.6.1-dev.3",
3
+ "version": "1.6.1-dev.4",
4
4
  "description": "React Native wrapper for Android & iOS Google Maps SDK",
5
5
  "main": "./lib/module/index.js",
6
6
  "module": "./lib/module/index.js",