File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import {
1818 TranslationProvider ,
1919} from '../../contexts/translationContext/TranslationContext' ;
2020import { useStreami18n } from '../../hooks/useStreami18n' ;
21+ import init from '../../init' ;
2122
2223import { SDK } from '../../native' ;
2324import type {
@@ -33,6 +34,8 @@ import type {
3334import type { Streami18n } from '../../utils/Streami18n' ;
3435import { version } from '../../version.json' ;
3536
37+ init ( ) ;
38+
3639export type ChatProps <
3740 At extends UnknownType = DefaultAttachmentType ,
3841 Ch extends UnknownType = DefaultChannelType ,
Original file line number Diff line number Diff line change 1+ import { setupURLPolyfill } from 'react-native-url-polyfill' ;
2+
3+ export default ( ) => {
4+ setupURLPolyfill ( ) ;
5+ } ;
Original file line number Diff line number Diff line change 11import { PixelRatio } from 'react-native' ;
2- import { setupURLPolyfill } from 'react-native-url-polyfill' ;
3-
4- setupURLPolyfill ( ) ;
52
63type GetResizedImageUrlParams = {
74 url : string ;
You can’t perform that action at this time.
0 commit comments