Prathak Paisanwatcharakit

Results 5 comments of Prathak Paisanwatcharakit

Had the same issue before, for me, it's solved after install the driver (`chromedriver` or `geckodriver`, because the missing of driver made the selenium middleware disabled)

I had the same issue, it turned out that I don't have the driver installed. (it's says in the log that the driver name and driver path is not set,...

@vinay0458 How about this? It works well for me. ```js declare module '@callstack/async-storage' { export { AsyncStorage as default } from 'react-native'; } ```

I'm not sure if this will help you all, but I added the mentioned flags to the VSCode settings and the warning has gone away. ```json "go.formatTool": "gofumpt", "go.formatFlags": ["-s"],...

@amadeus Thank you very much (y)