Alexandre Côté
Alexandre Côté
I don't think this is an issue with this library.
We also experience this issue since we bumped React. React 16.12.0 Browser: Firefox 72/73/74 OS: Window 10, Mac OS 10.0/10.10/10.14 The stack traces point us to [this function call](https://github.com/facebook/react/blob/master/packages/scheduler/npm/umd/scheduler.production.min.js#L57) #####...
ping :)
Android Google SDK use server-side-flow by default. You have to use a deprecated version to work with the client-side flow. Google and Facebook recommends to use the server-side flow too....
Hi @PhilipGarnero, I don't think you understand correctly the flow that we talk. I will try to explain you my use case. Since the new version of the Android SDK,...
@ashishpahwa7 No... You should use the **Authorization Code flow**. The main reason is that you can decompile your mobile application and find the secret code. With the **Authorization Code flow**,...
I'm also having the same issue. I create a [minimal reproduction snack](https://snack.expo.dev/@alexandcote/swipeable-example)
@m-bert I just tested it again on my device and I was able to replicate the issue. I have an iPhone and I see you tried to replicate the issue...
I took some time and recorded a video https://github.com/software-mansion/react-native-gesture-handler/assets/4728325/1552d3e9-2de3-4a85-b0eb-96ec28fdb9c6
The weird part is if you only specify `PUPPETEER_BROWSER_REVISION=stable` the stable version is installed properly but the `executablePath` is not generated properly. While you can do `npx @puppeteer/browsers install chrome@stable`...