deepstreamIO / deepstream.io-client-js

The Browser / Node.js Client for deepstream.io
Other
294 stars 109 forks source link

Cannot use deepstream-client-js in React Native app android #599

Closed lukazecevic5 closed 5 months ago

lukazecevic5 commented 8 months ago

I followed the tutorial, did everything and tried to run it but it want work, look at the error: Screenshot 2023-11-16 at 15 17 28

I am using Mac, trying to run on android app. Using node 21.

jaime-ez commented 8 months ago

Hi, did you check if the file is actually there? if not, do DEEPSTREAM_ENV=react-native npm install @deepstream/client again.

lukazecevic5 commented 8 months ago

Yes, that solved the problem, thank you, but I have a new one. Screenshot 2023-11-17 at 00 43 21

jaime-ez commented 8 months ago

please share the code where you import the deepstream client

jaime-ez commented 5 months ago

closing due to inactivity, please provide more information if the problem persists