signalwire-community / rn-template

Template for React Native applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Template for create-react-native-app

Use this template to quickly initialize React Native apps with SignalWire dependencies:

npx create-react-native-app --template https://github.com/signalwire-community/rn-template

Based on the with-webrtc Expo example.

Supports iOS Supports Android

🏃 How to build and run locally

  • Setup development Environment
  • 🍎 Build/Run on iOS yarn ios.
    • WebRTC doesn't work in the iOS Simulator since there is no camera. Run expo run:ios -d to select a connected iOS device.
  • 🤖 Build/Run on Android yarn android.

About

Template for React Native applications

License:MIT License


Languages

Language:JavaScript 100.0%