computerjazz / react-native-draggable-flatlist

A drag-and-drop-enabled FlatList for React Native
MIT License
1.92k stars 402 forks source link

Error: Exception in HostFunction: expected 0 arguments, got 1, js engine: hermes #529

Closed OoDeLally closed 6 months ago

OoDeLally commented 6 months ago

This post intends to guide a future developer (be it me or someone else).

If getting the following obscure error

Error: Exception in HostFunction: expected 0 arguments, got 1, js engine: hermes

Possible explaination (in my case) is that it is missing react-native-reanimated: https://docs.expo.dev/versions/latest/sdk/reanimated/

npx expo install react-native-reanimated
thayllor commented 5 months ago

I had the same error and this solve the problem, thank you very much.