stackbuilders / stackbuilders/react-native-spotlight-tour
changeSpot crashes on android
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 520
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
The changeSpot function causes react native app to crash on android. Here's the error message:
`Exception in HostFunction: Malformed calls from JS: field sizes are different.
[[13,13,1],[20,18,8],[[],[91,[],[],[],[],[0]]],1255]`
relevant dependencies:
"react": "18.2.0"
"react-native": "0.74.5"
"react-native-spotlight-tour": "^3.0.1"
"react-native-svg": "^15.11.1"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the crash on Android with react-native 0.74.5, react-native-spotlight-tour 3.0.1, and react-native-svg 15.11.1 while calling changeSpot. Inspect the Android logs around the reported “Malformed calls from JS” error and trace the changeSpot entry point. Done means changeSpot no longer crashes the React Native app on Android.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100