File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
"rollup" : " 2.75.4" ,
31
31
"serve-handler" : " 6.1.0" ,
32
32
"tslib" : " 2.4.0" ,
33
- "typescript" : " 4.7.2 "
33
+ "typescript" : " ^5.3.3 "
34
34
},
35
35
"dependencies" : {
36
- "expo-file-system" : " 16 .0.8 " ,
37
- "react-native" : " ^0.73.6 "
36
+ "expo-file-system" : " ~18 .0.11 " ,
37
+ "react-native" : " 0.76.7 "
38
38
},
39
39
"peerDependencies" : {
40
40
"expo" : " *" ,
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ class Client {
470
470
471
471
if ( 400 <= response . status ) {
472
472
let responseText = '' ;
473
- if ( response . headers . get ( 'content-type' ) ?. includes ( 'application/json' ) || responseType === 'arrayBuffer' ) {
473
+ if ( response . headers . get ( 'content-type' ) ?. includes ( 'application/json' ) ) {
474
474
responseText = JSON . stringify ( data ) ;
475
475
} else {
476
476
responseText = data ?. message ;
You can’t perform that action at this time.
0 commit comments