ghashi
ghashi
@CaptainJeff I uploaded a test version on TestFlight and now I can confirm that "Background observers" work even when the app is closed/terminated/killed 🎉 It may take some time (here...
@JorgeCeja , @AkshayCloudAnalogy .. there's a way to "access" the `text[]` through the console (I know, it's a hack 😅) Here's a gif showing how: - you can write the...
> Could you please share some sample code or doc which you referred? - https://stackoverflow.com/questions/26375767/healthkit-background-delivery-when-app-is-not-running - https://github.com/agencyenterprise/react-native-health/blob/master/docs/background.md - https://stackoverflow.com/questions/26375767/healthkit-background-delivery-when-app-is-not-running > is local notification need to add for this If i...
ps: It seems that this for other "tensor flow task" pods as well
This is the patch I am using for Gifted Chat 0.16.3 thanks @wjb8! ```diff diff --git a/node_modules/react-native-gifted-chat/lib/Day.js b/node_modules/react-native-gifted-chat/lib/Day.js index 7829a72..129c975 100644 --- a/node_modules/react-native-gifted-chat/lib/Day.js +++ b/node_modules/react-native-gifted-chat/lib/Day.js @@ -11,6 +11,7 @@ const...
I was having the same problem, in my case I didn't follow the fully the instructions https://github.com/commitizen/cz-cli#conventional-commit-messages-as-a-global-utility ``` npm install -g commitizen npm install -g cz-conventional-changelog echo '{ "path": "cz-conventional-changelog"...
My workaround on Mac: Keep the "Activity Monitor" app open. Whenever you experience this problem, use the mouse to: 1. Open the "Activity Monitor" window. 2. Find "warpd" in the...
Same here. As a workaround I downgraded to `"@gluestack-ui/themed": "1.1.18"` and it is working here. versions from my package.json: ``` "@gluestack-style/react": "1.0.52", "@gluestack-ui/config": "1.1.18", "@gluestack-ui/themed": "1.1.18", ```
Me too, I tried 8.2.1, 8.1.2 and 8.1.1 (all with "react-native": "0.77.2"). this is what I see.
It seems this issue is similar to this one: https://github.com/mrousavy/react-native-vision-camera/issues/2820 ps: there is a workaround mentioned in the link