Yoann Buzenet

Results 5 comments of Yoann Buzenet

Same here with this Dockerfile : The error : ``` pptruser@0de9a4a15e20:/usr/app$ google-chrome-stable [15:15:0905/115256.763542:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY [15:15:0905/115256.763571:ERROR:env.cc(255)] The platform failed to initialize. Exiting. ``` The dockerFile : ```dockerfile...

Ok, it works. Doing as @PhilippLgh said : event triggering : ```js const reloadSession = () => { const event = new Event('visibilitychange'); document.dispatchEvent(event) } ``` just works ! it...

Hello, I'm having this problem and can't find any fix. I'm on React 17.0.1. Would anyone have a hint ?

You can add it in a `.npmrc` file that will be used during the build by Expo, with the following : `legacy-peer-deps=true `