Patrick Prioletti
Patrick Prioletti
I'm also having this issue with EAS builds but for iOS as well, EAS build support would be nice. It is odd that everything except login works perfectly fine with...
Here's an example of using a [React Context](https://reactjs.org/docs/context.html) to manually configure authentication logic, this can be implemented with [React Navigation](https://reactnavigation.org/docs/auth-flow/) or anything else you'd like to use. ./src/context/UserContext.js ``` import...
^^ Not sure if OP found a solution but following the current authentication docs works perfectly fine: Here's an auth example with SSO enabled from a react context: https://github.com/pjsandwich/sso-context
Same issue here, however writing `fontFamily: "XXXpx"` seemed to remedy?
To specify on what @jclif stated, if you're building with EAS you should have the following specifie in `eas.json`: ``` ... "build": { "development": { "developmentClient": true, "distribution": "internal", "ios":...
I think this is related to https://github.com/agencyenterprise/react-native-health/issues/284
Update: After changing my query `startDate` to the meginning of the month, I retrieve the heart rate data. Unsure as to why the start of the day does not return...
Looking at the [getAuthStatus](https://github.com/agencyenterprise/react-native-health/blob/master/docs/getAuthStatus.md) docs I see that it should be returning `2` if it is in fact turned on. I'm seeing a similar issue where I have HeartRate, RestingHeartRate,...
@jaroslav009 looks like this is just a bug in the lib: [check this issue](https://github.com/agencyenterprise/react-native-health/issues/262#issuecomment-1385931175) tldr: "sharing authorized" (or expecting to see 2) for read permissions is confusing. "sharing authorized" means...