Tom Lamb

Results 12 comments of Tom Lamb

I'm also using git-gateway with the editorial workflow, and deploy preview links have stopped working recently for our site as well.

One more datapoint: The crash issue with expo sdk 46 is not occurring when I downgrade react-native-reanimated to 2.6.0 (all later versions I tested experienced the crash).

> I have this same problem. Thanks for the tip about rolling back to 2.6.0! > > I didn't notice the problem when I was using metro bundler in development....

Good catch, that does sound related. It looks like that was fixed in version 2.10.0 with https://github.com/software-mansion/react-native-reanimated/pull/3418, so I'll retest once expo bumps reanimated from 2.9.1. I'm currently unable to...

@marianif, I've also had success with running the web dev server with `expo start`. However, the issue seems to be specific to serving the exported production build. Have you tried...

I've tried proving out this approach with a small side project. It's working for both Apple and Google providers, and I must say, it's magical being able to share my...

> Do you mind sharing as much as possible the information about the app review? It would help to see what exactly they are talking about. @intagaming The app was...

There seems to be a possibility of using a combination of **next-auth/expo** and **[expo-apple-authentication](https://docs.expo.dev/versions/latest/sdk/apple-authentication/)** to achieve the native iOS "Sign In With Apple" widget flow. I've tested successful signin with...

I'm glad you found it helpful @nickreese. I agree that getting rid of the expo proxy in the google flow is important. The ease at which it's working with the...

I've noticed a similar issue with React Navigation when using `withDeviceColorScheme: true` on iOS. When the device theme changes between dark/light, navigating to a new page in the app successfully...