Skip to content

Commit bb630c0

Browse files
committed
Merge branch 'release/v0.1.3'
2 parents 73c6e8d + 83c23a2 commit bb630c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ let Twilio = {
1717
initWithTokenUrl(tokenUrl) {
1818
TwilioRCT.initWithTokenUrl(tokenUrl);
1919
},
20+
initWithToken(token) {
21+
TwilioRCT.initWithToken(token);
22+
},
2023
connect(params = {}) {
2124
TwilioRCT.connect(params);
2225
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-twilio",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A React Native wrapper for the Twilio mobile SDK",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)