You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-15
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# react-native-twilio-programmable-voice
2
-
This is a React Native wrapper for Twilio Programmable Voice SDK that lets you make and receive calls from your ReactNatvie App. This module is not curated nor maintained, but inspired by Twilio.
2
+
3
+
This is a React Native wrapper for Twilio Programmable Voice SDK that lets you make and receive calls from your React Native App. This module is not affiliated with or maintained by the Twilio team. This is maintained by contributions from the community.
3
4
4
5
# Twilio Programmable Voice SDK
5
6
@@ -47,7 +48,9 @@ ReactNative success is directly linked to its module ecosystem. One way to make
47
48
## Installation
48
49
49
50
Before starting, we recommend you get familiar with [Twilio Programmable Voice SDK](https://www.twilio.com/docs/api/voice-sdk).
50
-
It's easier to integrate this module into your react-native app if you follow the Quick start tutorial from Twilio, because it makes very clear which setup steps are required.
51
+
It's easier to integrate this module into your react-native app if you follow the Quick start tutorial from Twilio, because it makes very clear which setup steps are required. On RN 0.60+, this module can be auto-linked (Android still requires FCM setup below).
52
+
53
+
### Manual Linking
51
54
52
55
53
56
```
@@ -130,8 +133,9 @@ buildscript {
130
133
131
134
dependencies {
132
135
...
136
+
// on React Native 0.60+, this module can be auto-linked and doesn't need a manual entry here
0 commit comments