-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Step 1: I want to run sample sample-apps/react-native/ringing-tutorial/
Step 2: Update these files with my credentials, data etc..
sample-apps/react-native/ringing-tutorial/constants/Users.ts
sample-apps/react-native/ringing-tutorial/contexts/authentication-provider.tsx
sample-apps/react-native/ringing-tutorial/utils/setPushConfig.ts
sample-apps/react-native/ringing-tutorial/google-services.json
sample-apps/react-native/ringing-tutorial/GoogleService-Info.plist
I'm stuck at Step 1.
So far I tried
- ✅ Clone monorepo
git clone https://github.com/GetStream/stream-video-js.git
- ✅ Open project
cursor stream-video-js
- ✅ Install workspace dependencies
yarn
- ✅
cd sample-apps/react-native/ringing-tutorial/
- ❌ Install project dependencies
I tried npm install
and got
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:^
I tried yarn
while I didn't get any errors it seems like dependencies are not installed Cannot find module '@stream-io/video-react-native-sdk' or its corresponding type declarations.


I don't have much knowladge about monorepos but would be nice to get a hint on how to get sample apps running locally.
Metadata
Metadata
Assignees
Labels
No labels