File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 "dependencies" : {
4545 "@livekit/components-react" : " ^2.8.1" ,
4646 "array.prototype.at" : " ^1.1.1" ,
47+ "base64-js" : " 1.5.1" ,
4748 "event-target-shim" : " 6.0.2" ,
4849 "events" : " ^3.3.0" ,
4950 "loglevel" : " ^1.8.0" ,
5051 "promise.allsettled" : " ^1.0.5" ,
51- "react-native-quick-base64" : " ^2.2.2" ,
5252 "react-native-url-polyfill" : " ^1.3.0" ,
5353 "typed-emitter" : " ^2.1.0" ,
5454 "web-streams-polyfill" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 55 Event ,
66 defineEventAttribute ,
77} from 'event-target-shim/index' ;
8- import { toByteArray } from 'react-native-quick- base64' ;
8+ import { toByteArray } from 'base64-js ' ;
99import LiveKitModule from '../LKNativeModule' ;
1010import { log } from '../logger' ;
1111
Original file line number Diff line number Diff line change 11import 'well-known-symbols/Symbol.asyncIterator/auto' ;
22import 'well-known-symbols/Symbol.iterator/auto' ;
33import './polyfills/MediaRecorderShim' ;
4- import 'react-native-quick-base64' ;
54import { registerGlobals as webrtcRegisterGlobals } from '@livekit/react-native-webrtc' ;
65import { setupURLPolyfill } from 'react-native-url-polyfill' ;
76import './polyfills/EncoderDecoderTogether.min.js' ;
Original file line number Diff line number Diff line change @@ -2465,6 +2465,7 @@ __metadata:
24652465 " @types/react " : ^18.2.6
24662466 array.prototype.at : ^1.1.1
24672467 babel-jest : ^29.6.3
2468+ base64-js : 1.5.1
24682469 commitlint : ^16.2.1
24692470 eslint : ^8.23.0
24702471 eslint-config-prettier : ^8.5.0
@@ -2482,7 +2483,6 @@ __metadata:
24822483 react : 18.2.0
24832484 react-native : 0.74.2
24842485 react-native-builder-bob : ^0.18.2
2485- react-native-quick-base64 : ^2.2.2
24862486 react-native-url-polyfill : ^1.3.0
24872487 release-it : ^14.2.2
24882488 typed-emitter : ^2.1.0
@@ -10730,16 +10730,6 @@ __metadata:
1073010730 languageName : node
1073110731 linkType : hard
1073210732
10733- " react-native-quick-base64@npm:^2.2.2 " :
10734- version : 2.2.2
10735- resolution : " react-native-quick-base64@npm:2.2.2"
10736- peerDependencies :
10737- react : " *"
10738- react-native : " *"
10739- checksum : 51cd8df0b7f78d4c10996f157927cc075b8a9e85f7d0e48790a4247a033ca335e440c96572969fb6f6b49135d51dbf87c6d659fba509b51b9237957d41a6c580
10740- languageName : node
10741- linkType : hard
10742-
1074310733" react-native-url-polyfill@npm:^1.3.0 " :
1074410734 version : 1.3.0
1074510735 resolution : " react-native-url-polyfill@npm:1.3.0"
You can’t perform that action at this time.
0 commit comments