Results 10 comments of viveksc1994

@wkozyra95 Please refer repo. - https://github.com/viveksc1994/iphone_signaturepad_demo_crash_expo45_with_expo-go-client-2.25.1 Please check with iPhone - expo go client version 2.25.1

- Standalone apk is working fine with expo-pixi - For iOS, working fine with the latest version - https://dpq5q02fu5f55.cloudfront.net/Exponent-2.21.3.tar.gz - For Android, Issue in expo client - 2.21.4 and 2.21.5....

> It seems that pixi is trying to use webgl extensions that expo-gl does not support. I'll look into that more, for now you can use the below workaround, I...

Same issue with below packages and expo web app "@react-navigation/drawer": "^6.5.5", "@react-navigation/elements": "^1.3.11", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.9", Repo snack at https://snack.expo.dev/@viveksc1994/toggle-nav-theme open this snack in iPhone 13 series simulator or...

Does anyone get any solution/workaround for this? Reproducible demo with a snack (expo managed workflow) - https://snack.expo.dev/@viveksc1994/flatlist-example It is showing alert while scrolling it in android/ios but not showing an...

Reproducible demo - https://github.com/viveksc1994/expo-49-performance-issue/tree/main `This project has a blank package.json file. you need to copy the whole text from package-48.json or package-49.json. To run in whichever SDK version.` This project...

I am able to run it with `npx expo web --port=3000`

With Expo 50, we can run on custom port as per below `npx expo start -c --web -p 3000`

Also, facing the issue with v3.3.2 Here is my setup in Couchdb ``` [dreyfus] name = [email protected] limit = 25 limit_partitions = 2000 max_limit = 1000 max_limit_partitions = 2000 retry_limit...

Hurray, Got it working! (CouchDB - v3.3.2 and Clouseau - v2.21.6) What I have done to fix this clouseau folder remove file: slf4j-api-1.7.32.jar add files: slf4j-api-2.0.7.jar, slf4j-simple-2.0.7.jar (download from https://download.jar-download.com/cache_jars/org.slf4j/slf4j-simple/2.0.7/jar_files.zip)...