File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const App = () => {
138
138
}
139
139
rollLog ( 'start login ...' ) ;
140
140
chatClient
141
- . login ( username , chatToken , false )
141
+ . loginWithToken ( username , chatToken )
142
142
. then ( ( ) => {
143
143
rollLog ( 'login operation success.' ) ;
144
144
} )
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ PODS:
283
283
- React-jsinspector (0.68.7)
284
284
- React-logger (0.68.7):
285
285
- glog
286
- - react-native-chat-sdk (1.3.0):
286
+ - react-native-chat-sdk (1.3.0-1 ):
287
287
- HyphenateChat (= 4.5.0)
288
288
- React-Core
289
289
- React-perflogger (0.68.7)
@@ -532,7 +532,7 @@ SPEC CHECKSUMS:
532
532
React-jsiexecutor: 7c0bd030a84f2ec446fb104b7735af2f5ed11eea
533
533
React-jsinspector: cab4d37ebde480f84c79ac89568abbf76b916c3e
534
534
React-logger: b75b80500ea80457b2cf169427d66de986cdcb29
535
- react-native-chat-sdk: 06b07e091c2fd112fb442df106498c00e6bf350f
535
+ react-native-chat-sdk: ab3990a9f99a173eaffb61f05e9ab2a6b6c547d2
536
536
React-perflogger: 44436b315d757100a53dfb1ab6b77c58cb646d7d
537
537
React-RCTActionSheet: 1888a229684762c40cc96c7ff4716f809655dc09
538
538
React-RCTAnimation: f05da175751867521d14b02ab4d3994a7b96f131
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"react" : " 17.0.2" ,
15
15
"react-native" : " 0.68.7" ,
16
- "react-native-agora-chat" : " 1.3.0"
16
+ "react-native-agora-chat" : " ^ 1.3.0-1 "
17
17
},
18
18
"devDependencies" : {
19
19
"@babel/core" : " ^7.12.9" ,
Original file line number Diff line number Diff line change @@ -5648,8 +5648,10 @@ react-is@^16.13.1:
5648
5648
resolved "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
5649
5649
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
5650
5650
5651
- " react-native-agora-chat@file:../../../../../Output/npm/react-native-agora-chat-1.3.0 " :
5652
- version "1.3.0"
5651
+ react-native-agora-chat@^1.3.0-1 :
5652
+ version "1.3.0-1"
5653
+ resolved "https://registry.yarnpkg.com/react-native-agora-chat/-/react-native-agora-chat-1.3.0-1.tgz#5b7fa2528d3a612850477e05c4706a68294b477d"
5654
+ integrity sha512-cR5mVwJJsGdGFDCaxfxrzl9CZrKCXD0AF+ZF4o2muAGAs6F6FqL3hycftJn7PQuA6aP0I6wspMoApGjR2qkGCg==
5653
5655
5654
5656
react-native-codegen@^0.0.18 :
5655
5657
version "0.0.18"
You can’t perform that action at this time.
0 commit comments