Add react@18 to react-native package as well

This commit is contained in:
L 2022-04-23 18:37:28 -07:00 committed by GitHub
parent 15f4a66d71
commit 7669326739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
"sideEffects": false,
"homepage": "https://iconoir.com",
"peerDependencies": {
"react": "^16.8.6 || ^17",
"react": "^16.8.6 || ^17 || ^18",
"react-native": ">=0.50.0",
"react-native-svg": "^12.1.1"
},
@ -40,4 +40,4 @@
"react-native-svg": "^12.1.1",
"typescript": "^4.4.4"
}
}
}