File tree Expand file tree Collapse file tree 5 files changed +6859
-286
lines changed
examples/ReactNativeBlobUtil Expand file tree Collapse file tree 5 files changed +6859
-286
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ The project will be continued in this repository. React-Native-Blob-Util is full
12
12
13
13
# Version Compatibility Warning
14
14
15
+ react-native-blob-util version ** 0.22.0** and up is only compatible with react native ** 0.76** and up.
16
+ "0.22.0" -> 0.76 RN
17
+ "0.22.1" -> 0.77 RN
18
+ "0.22.2" -> 0.78 RN
19
+
15
20
react-native-blob-util version ** 0.17.0** and up is only compatible with react native ** 0.65** and up.
16
21
17
22
react-native-blob-util version ** 0.10.16** and up is only compatible with react native ** 0.60** and up.
Original file line number Diff line number Diff line change 12
12
"test:windows" : " jest --config jest.config.windows.js"
13
13
},
14
14
"dependencies" : {
15
- "react" : " 18.2 .0" ,
16
- "react-native" : " ^0.77 .2" ,
15
+ "react" : " 19.0 .0" ,
16
+ "react-native" : " ^0.78 .2" ,
17
17
"react-native-blob-util" : " file:../../" ,
18
- "react-native-windows" : " ^0.77.7 "
18
+ "react-native-windows" : " ^0.78.2 "
19
19
},
20
20
"devDependencies" : {
21
21
"@babel/core" : " ^7.12.9" ,
You can’t perform that action at this time.
0 commit comments