Back to all Bounties
Earn 2,250 ($22.50)
due 1 month ago
Canceled
RN / expo dependency mismatch
doranalytics
Details
Applications
2
Discussion
Bounty Description
I am unable to run my React Native project locally because the Metro/Expo development server fails to start properly. The error message indicates a WebSocket issue: TypeError: this.options.WebSocket is not a constructor, which appears in the ws library used by Expo. This is likely caused by an incompatibility between my current Node.js version (v23.x) and the versions of Expo, React Native, or the ws package in my project. As a result, the app cannot connect to the development server, and I am unable to test or develop my application locally.