React native – ERROR Error: Exception in HostFunction: expected 0 arguments, got 1, js engine: hermes
I tried to implement a way to track the position of the users phone. Therefore, I installed expo-location. After installing it with npm i expo-location, I got the following error: Error: Exception in HostFunction: expected 0 arguments, got 1, js…