Skip to content

Latest commit

 

History

History

ReactNative

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

React Native Chat & Video Tutorials

This directory contains various sample projects that implement Stream's React Native SDKs for chat messaging, video calling, and audio rooms. Each subdirectory corresponds to specific tutorials and implementation examples from getstream.io.

Included Projects

  • Livestreaming/: Implementation of livestreaming features with React Native
  • NativeCall/: Sample project demonstrating video and audio calling capabilities
  • NativeExpoChat/: Chat implementation for React Native using Expo
  • AudioRoom/: Implementation of audio room functionality similar to Clubhouse or Twitter Spaces

Tutorial Links

Getting Started with Individual Projects

Each subdirectory contains its own project with specific setup instructions. In general, you'll need to:

  1. Navigate to the specific project directory
  2. Install dependencies (usually npm install or yarn)
  3. Set up your Stream API credentials
  4. Run the project with the appropriate command for your platform:
    npm run android
    npm run ios
    
    or
    yarn android
    yarn ios
    

Try Stream for Free

Ready to add powerful chat and video capabilities to your React Native application?

  1. Sign up for a free Stream account - No credit card required
  2. Check out our React Native SDK documentation - Comprehensive guides
  3. Join our Discord community - Connect with other developers and the Stream team

Additional Resources