Skip to content

Commit 7ac4b01

Browse files
change min RN version from SDK to 0.77.0
1 parent 00e27f0 commit 7ac4b01

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
react-native-version:
20-
- '0.73.10'
21-
- '0.74.7'
22-
- '0.75.5'
23-
- '0.76.6'
2420
- '0.77.2'
2521
- '0.78.2'
2622
- '0.79.2'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"peerDependencies": {
6969
"react": "*",
70-
"react-native": ">=0.73.0"
70+
"react-native": ">=0.77.0"
7171
},
7272
"jest": {
7373
"preset": "react-native",

0 commit comments

Comments
 (0)