React Native Library for SignalWire
SignalWire Community's React Library enables the seamless integration of SignalWire APIs with React applications. With the use of high quality components and hooks, you can get started in minutes.
Installation
We suggest to use this library in the context of an Expo dev build, which you can initialize as follows:
npx create-react-native-app -t with-webrtc
This will set up a custom Expo development build from a template that is preconfigured for using WebRTC.
After that, you can install the React Native Library for SignalWire:
- npm
- Yarn
npm install @signalwire-community/react-native react-native-get-random-values
yarn add @signalwire-community/react-native react-native-get-random-values
Hooks
You can use most of the hooks from @signalwire-community/react into your React Native application.