We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c6e8d + 83c23a2 commit bb630c0Copy full SHA for bb630c0
index.js
@@ -17,6 +17,9 @@ let Twilio = {
17
initWithTokenUrl(tokenUrl) {
18
TwilioRCT.initWithTokenUrl(tokenUrl);
19
},
20
+ initWithToken(token) {
21
+ TwilioRCT.initWithToken(token);
22
+ },
23
connect(params = {}) {
24
TwilioRCT.connect(params);
25
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-twilio",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "A React Native wrapper for the Twilio mobile SDK",
5
"repository": {
6
"type": "git",
0 commit comments