Kaleb Tessema
Results
3
comments of
Kaleb Tessema
Same issue here. An alternative package is https://github.com/kingstinct/react-native-healthkit and I have test and it works great returning correct data for permission
The app is crashing (Using: iOS, Tamagui v1.126.18, Expo SDK 53, @gorhom/bottom-sheet@^5, React v19)
Well, I was running into the same issue aswell, running the command ``npx expo install --fix`` ended up solving the issue in my codebase. ```json { "expo": "53.0.20", "react": "19.0.0",...