mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Pin use-subscription to < 1.6.0 (#33541)
Summary: Starting with 1.6.0 this package relies on react 18 which is currently not supported by rn See https://github.com/facebook/react/blob/main/packages/use-subscription/package.json#L18 Fixes https://github.com/facebook/react-native/issues/33540 ## Changelog [General] [Fixed] - Pin use-subscription to < 1.6.0 Pull Request resolved: https://github.com/facebook/react-native/pull/33541 Test Plan: Run `yarn` in the following directories: `xplat/js/RKJSModules` `xplat/js/react-native-github` (Identified from jest test) `xplat/js/public` (Identified from yarn-validate) `js1 build buckfiles` (From diff signals) Reviewed By: yungsters Differential Revision: D35333789 Pulled By: ryancat fbshipit-source-id: bdb6232ccd2c5cece397f781609af2de7d36c5ff
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
"scheduler": "^0.20.2",
|
||||
"stacktrace-parser": "^0.1.3",
|
||||
"use-subscription": "^1.0.0",
|
||||
"use-subscription": ">=1.0.0 <1.6.0",
|
||||
"whatwg-fetch": "^3.0.0",
|
||||
"ws": "^6.1.4",
|
||||
"react-native-codegen": "^0.0.13"
|
||||
|
||||
Reference in New Issue
Block a user