RocketChat / Rocket.Chat.js.SDK

Utility for apps and bots to interact with Rocket.Chat via DDP and/or API
MIT License
135 stars 95 forks source link

Implement SDK to React Native Project #77

Open zenithc-esd opened 5 years ago

zenithc-esd commented 5 years ago

Hi,

I found unable to resolve module in react-native project.

It is the dependency list in my project , "react": "16.8.3", "react-native": "0.59.4", "@rocket.chat/sdk": "^0.2.9-2"

below is the error message shown

Screenshot 2019-04-17 at 6 25 20 PM

please advise

Many Thanks

syedamirali14 commented 4 years ago

"@rocket.chat/sdk": "1.0.0-alpha.30", kindly put this in your package.json file rather than other "@rocket.chat/sdk"

GabrielDuarteJr commented 1 year ago

I have the same problem in react-native, I tried to use the 1.0.0-alpha.30 version, but it has an error when installing.