File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import {Colors} from 'react-native/Libraries/NewAppScreen';
14
14
// React Native polyfills required for AWS SDK for JavaScript.
15
15
import 'react-native-get-random-values' ;
16
16
import 'react-native-url-polyfill/auto' ;
17
+ import 'web-streams-polyfill/dist/polyfill' ;
17
18
18
19
import { getV2BrowserResponse , getV3BrowserResponse } from '@aws-sdk/test-utils' ;
19
20
Original file line number Diff line number Diff line change 13
13
"react" : " ^18.3.1" ,
14
14
"react-native" : " ^0.74.3" ,
15
15
"react-native-get-random-values" : " ^1.11.0" ,
16
- "react-native-url-polyfill" : " ^2.0.0"
16
+ "react-native-url-polyfill" : " ^2.0.0" ,
17
+ "web-streams-polyfill" : " ^4.0.0"
17
18
},
18
19
"devDependencies" : {
19
20
"@babel/core" : " ^7.12.9" ,
Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ __metadata:
553
553
react-native : ^0.74.3
554
554
react-native-get-random-values : ^1.11.0
555
555
react-native-url-polyfill : ^2.0.0
556
+ web-streams-polyfill : ^4.0.0
556
557
languageName : unknown
557
558
linkType : soft
558
559
@@ -8008,6 +8009,13 @@ __metadata:
8008
8009
languageName : node
8009
8010
linkType : hard
8010
8011
8012
+ " web-streams-polyfill@npm:^4.0.0 " :
8013
+ version : 4.0.0
8014
+ resolution : " web-streams-polyfill@npm:4.0.0"
8015
+ checksum : df1abcb0f811621fa3ed95491c3d281eb7c82aa898b9759e47c3c9dffe73eb65c0459433da60a76a1ea08e6158c8b33fdf3a2ea2a44b9c4c252965507d54edc4
8016
+ languageName : node
8017
+ linkType : hard
8018
+
8011
8019
" webidl-conversions@npm:^3.0.0 " :
8012
8020
version : 3.0.1
8013
8021
resolution : " webidl-conversions@npm:3.0.1"
You can’t perform that action at this time.
0 commit comments