-
### Summary
Location tracking doesn't work in background with foreground service on Android. On IOS it works fine:
my app config:
```
"android": {
"permissions": [
"REC…
-
`devtools::check()` gives this warning:
```r
W checking sizes of PDF files under ‘inst/doc’ (782ms)
‘gs+qpdf’ made some significant size reductions:
compacted ‘example_cav_expo_noCovari…
-
**Describe the bug**
We have an expo project that we are targeting both mobile and web platforms. The react-native-client-sdk works well on mobile but crashes in web.
This is the error I see:
```…
-
## subscribeToTopic hanging indefinitely on Android
## Description
When using the messaging().subscribeToTopic(topic) function on Android, the function hangs indefinitely, despite putting the func…
-
### Description
reference the docs https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui change the import from native-base to gluestack-ui/themed-native-base. it shows error
### CodeSa…
-
## Description
I used the code from the official doc to implement Agenda in my React Native(expo) app. When I pull the knob, it causes an error as seen in the image below.
## Screenshots
-
I perform `npm install --save @react-native-clipboard/clipboard` and receive the following error:
```
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm …
-
### Current behavior
I have a CSS selector that changes the CSS variable like so:
```
@layer base {
:root {
--primary: theme('colors.red.500');
}
.dark:root {
--primary: t…
-
### Minimal reproducible example
https://github.com/Protonosgit/StickerSmash
### Which package manager are you using? (Yarn is recommended)
npm
### If the issue is web-related, please sele…
-
### Current behaviour
When trying to run the example project according to do the [docs](https://github.com/callstack/react-native-paper/blob/main/CONTRIBUTING.md#running-the-example)
it's giving…