Thomas Zhou

Results 5 comments of Thomas Zhou

Adding this function fixed this issue for me when attempting to login with a webView in iOS ```ts const synchronizeCookiesiOS = async () => { if (Platform.OS === 'ios') {...

did you find a solution @sgrund14 ?

I also have `important: html` with my solito project. I'm not sure if I can use the selector. I'm trying to change the ripple color on [Pressable](https://reactnative.dev/docs/pressable#rippleconfig) for Android. ```...

I’m encountering a similar issue where updated values in eas.json aren’t being recognized during local builds.