feat(web): allow style prop overrides (#4528)

Co-authored-by: Jonathan Jacobs <jonathan@yoco.co.za>
This commit is contained in:
Jonathan Jacobs
2025-05-10 16:45:11 +02:00
committed by GitHub
parent ecfe12aa81
commit fc1e3f4fd1
2 changed files with 23 additions and 2 deletions
+2
View File
@@ -19,6 +19,7 @@
"@release-it/conventional-changelog": "^7.0.2",
"@types/jest": "^28.1.2",
"@types/react": "~19.0.0",
"@types/react-native-web": "^0.19.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.19.0",
"eslint-plugin-jest": "^27.4.2",
@@ -27,6 +28,7 @@
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.78.2",
"react-native-web": "0.20.0",
"react-native-windows": "^0.61.0-0",
"release-it": "^16.2.1",
"typescript": "5.1.6"