David Guerin
David Guerin
Maybe : https://github.com/slorber/gatsby-plugin-react-native-web/pull/65
See this pr: https://github.com/slorber/gatsby-plugin-react-native-web/pull/65
@h7kanna you found a solution ? I'm stuck with the same issue. See -> #181
I made a patch because the `common` module is in another repo and I don't know if @mauron85 is maintaining this library actively to validate PRs.
@mikadze I updated the patches in my first post (I messed up by removing the `local.properties` section by hand), try again
I did but here it is : ``` diff --git a/node_modules/@mauron85/react-native-background-geolocation/android/common/VERSIONS.gradle b/node_modules/@mauron85/react-native-background-geolocation/android/common/VERSIONS.gradle index 61f0865..17a0623 100644 --- a/node_modules/@mauron85/react-native-background-geolocation/android/common/VERSIONS.gradle +++ b/node_modules/@mauron85/react-native-background-geolocation/android/common/VERSIONS.gradle @@ -21,11 +21,11 @@ def RESOURCE_PREFIX = "mauron85_bgloc_" ext { getApplicationId...
I made 2 PR, one concerning the main repo and the other one the submodule. Main : https://github.com/mauron85/react-native-background-geolocation/pull/471 Sub : https://github.com/mauron85/background-geolocation-android/pull/42
Probably not related but on android, I get strange results when testing the app with syncUrl mode enabled: I get like a lot of locations and they are kind of...
So we cannot use **react-spring** currently with server component and **Nextjs v13** ?
> > So we cannot use **react-spring** currently with server component and **Nextjs v13** ? > > > > I know I can't. 'use client' workaround is not doing it...