Roman M

Results 4 comments of Roman M

Downgrading to 0.34.0 didn't help. Had to downgrade graphql-yoga to "^1.18.3". Then it worked. Windows 10. My dependencies: ``` "dependencies": { "@devoxa/prisma-relay-cursor-connection": "^1.1.1", "@parse/node-apn": "^4.0.0", "@prisma/client": "^4.1.1", "@types/lodash": "^4.14.168", "@types/pako":...

I'm too not able to run version 10+. Each time I start version 10 the Windows Event logger shows this error. There is no such error starting version 9. ```...

Here is the repro https://snack.expo.io/@lovetofail/react-navigation-drawer-bug-on-react-native-web On a web example, you should see a red drawer flicker for a fraction of the second on the initial load. In real-world applications when...

> Check the example app in this repo it also uses stack inside drawer without flicker. It uses "isReady" check to avoid flicker. Is this an official recommendation or a...