-
-
Notifications
You must be signed in to change notification settings - Fork 598
Open
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
On react-native with expo - build , the launch/build fails with the following error
if you add events and stream, you get http and https error too
Android Bundling failed 612ms node_modules/expo-router/entry.js (1315 modules)
The package at "node_modules/parse/node_modules/ws/lib/stream.js" attempted to import the Node standard library module "stream".
It failed because the native React runtime does not include the Node standard library.
Steps to reproduce
Create a react native app using
- npx create-expo-app@latest
- npm i parse#
- const Parse = require('parse/react-native.js');
- npx expo run:android
- run the app on emulator or mobile
Actual Outcome
App should build
Expected Outcome
Environment
"expo-system-ui": "~5.0.7",
"expo-web-browser": "~14.1.6",
"parse": "^6.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
Server
NA
Database
NA
Client
- Parse JS SDK version:
6.1.1
Logs
Android Bundling failed 612ms node_modules/expo-router/entry.js (1315 modules)
The package at "node_modules/parse/node_modules/ws/lib/stream.js" attempted to import the Node standard library module "stream".
It failed because the native React runtime does not include the Node standard library.
martinpfannemueller and dalyaidan1
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed