Skip to content

Commit f7fdb02

Browse files
authored
Merge pull request #422 from anupriya13/upgrade0.78
Upgrade RN and RNW to 0.78
2 parents eb214b5 + 44281f2 commit f7fdb02

File tree

5 files changed

+6859
-286
lines changed

5 files changed

+6859
-286
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ The project will be continued in this repository. React-Native-Blob-Util is full
1212

1313
# Version Compatibility Warning
1414

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+
1520
react-native-blob-util version **0.17.0** and up is only compatible with react native **0.65** and up.
1621

1722
react-native-blob-util version **0.10.16** and up is only compatible with react native **0.60** and up.

examples/ReactNativeBlobUtil/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"test:windows": "jest --config jest.config.windows.js"
1313
},
1414
"dependencies": {
15-
"react": "18.2.0",
16-
"react-native": "^0.77.2",
15+
"react": "19.0.0",
16+
"react-native": "^0.78.2",
1717
"react-native-blob-util": "file:../../",
18-
"react-native-windows": "^0.77.7"
18+
"react-native-windows": "^0.78.2"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)