Open nicobermudez opened 2 years ago
Hi, I can't get it to work with expo either.
Hey! No Expo plugin is needed to get this library to work. You do still have to create a custom dev client, though.
Try out these steps:
expo install expo-dev-client react-native-google-fit
eas build --profile development --platform android
- allow it to create an Expo project on your account, this is what you'll need to obtain the SHA1 from the credentials pageyarn expo start --dev-client
to start metro
I'd like to be able to use this with Expo's Managed Workflow and EAS. Would it be possible to create a custom Expo plugin similar to React Native Health?