react-native-maps: Exception in HostFunction: Malformed calls from JS: field sizes are different.
Summary
WARN Possible Unhandled Promise Rejection (id: 0): Error: Exception in HostFunction: Malformed calls from JS: field sizes are different.
Reproducible sample code
Example app "Get visible map boundaries
Steps to reproduce
Example app "Get visible map boundaries
Expected result
no error
Actual result
error
React Native Maps Version
1.3.0
What platforms are you seeing the problem on?
iOS (Google Maps)
React Native Version
0.67.5
What version of Expo are you using?
Not using Expo
Device(s)
iPhone 13
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 16
Commits related to this issue
- fix(MapView): invalid parameter passed to nativemodule methods This was introduced in 08ffc4ac398b38e0efe7c4d8da52e56f924f028d but since findNodeHandle is unused in MapMarker I'm not reverting the en... — committed to react-native-maps/react-native-maps by monholm 2 years ago
- fix(MapView): invalid parameter passed to nativemodule methods (#4423) This was introduced in 08ffc4ac398b38e0efe7c4d8da52e56f924f028d but since findNodeHandle is unused in MapMarker I'm not reverti... — committed to react-native-maps/react-native-maps by monholm 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to react-native-maps/react-native-maps by semantic-release-bot 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to joshpeterson30489/maps-develop-with-react-native by joshpeterson30489 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to superstar1205/Map-ReactNative by superstar1205 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to anthony0506/react-native-maps by anthony0506 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to johney6767/Map-ReactNative by deleted user 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to osk-poita121/react-native-maps by semantic-release-bot 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to GoldenDragon0710/google-map-react-native by GoldenDragon0710 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to PainStaker0331/react-native-maps by PainStaker0331 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to Super-CodeKing/react_native_map by Super-CodeKing 2 years ago
- chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/react-native-maps/react-native-maps/compare/v1.3.0...v1.3.1) (2022-08-29) ### Bug Fixes * **MapView:** invalid parameter passed to nati... — committed to fairskyDev0201/react-native-maps by fairsky0201 2 years ago
๐ This issue has been resolved in version 1.3.1 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐
Hi all. Yeah 1.3.0 is broken. Iโd recommend staying on 1.2.0 for now, until I issue a fix. Not really sure yet what went wrong when I tested the changesโฆ My apologies for the inconvenience.
@manasbatchservice clear node_modules and refresh pods, no issues with 1.2.0
Receiving the same error after upgrading from 0.31.1 to 1.3.0 on macOS for iPhone simulator.
Also,the same issue was faced when invoking map.current.getCamera method.