File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7474 - hermes-engine/Pre-built (= 0.72.4)
7575 - hermes-engine/Pre-built (0.72.4)
7676 - libevent (2.1.12)
77- - open-im-sdk-rn (3.8.3-2 ):
77+ - open-im-sdk-rn (3.8.3-patch.3 ):
7878 - "OpenIMSDKCore (= 3.8.3+3)"
7979 - React-Core
8080 - "OpenIMSDKCore (3.8.3+3)"
@@ -684,7 +684,7 @@ SPEC CHECKSUMS:
684684 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
685685 hermes-engine: 81191603c4eaa01f5e4ae5737a9efcf64756c7b2
686686 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
687- open-im-sdk-rn: 1f283a87e9638754ab254f557eb9dee5ad1b1ea3
687+ open-im-sdk-rn: 90243d9286a075a609c657c21b69e12c3d206692
688688 OpenIMSDKCore: 75caba22be8ee484011f367711178312bd64a17d
689689 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
690690 RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import OpenIMSDKRN, { OpenIMEmitter } from 'open-im-sdk-rn';
33import RNFS from 'react-native-fs' ;
44import { Button , StyleSheet , View } from 'react-native' ;
55import { MessageItem } from 'src/types/entity' ;
6+ import { ViewType } from 'src/types/enum' ;
67
78function App ( ) : React . JSX . Element {
89 RNFS . mkdir ( RNFS . DocumentDirectoryPath + '/tmp' ) ;
@@ -137,10 +138,10 @@ function App(): React.JSX.Element {
137138 const getMessageList = async ( ) => {
138139 const { messageList } = await OpenIMSDKRN . getAdvancedHistoryMessageList (
139140 {
140- lastMinSeq : 0 ,
141141 count : 20 ,
142142 startClientMsgID : '' ,
143143 conversationID : 'si_3742375535_6265276311' ,
144+ viewType : ViewType . History ,
144145 } ,
145146 'hrtyy45t'
146147 ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " open-im-sdk-rn" ,
3- "version" : " 3.8.3-2 " ,
3+ "version" : " 3.8.3-patch.3 " ,
44 "description" : " OpenIM SDK for react-native" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments