Open
Description
Description
The library react-native-ui-lib
depends on [email protected]
, which has its last commit over a year ago.
Meanwhile, the latest version of react-native-redash
is 18.1.3
.
Since react-native-redash
requires [email protected]
, which has a peer dependency of react@"^16.8.0 || ^17.0.0 || ^18.0.0"
, it raises potential compatibility issues with React 19.
Is there an official recommendation on updating react-native-redash
for full React 19 support?
Related to
- Components
- Demo
- Docs
- Typings
Steps to reproduce
- Upgrade
react-native-ui-lib
to7.39.0
- Use
react-native
version0.78.0
(with React19.0.0
) - Run
npm install
- See warnings about
use-memo-one
requiring an older React version (^18.0.0
max)
Expected behavior
- The package should not produce dependency warnings when using React 19.
react-native-ui-lib
should support the latest stablereact-native-redash
version.
Actual behavior
npm install
produces warnings about incompatible peer dependencies:npm WARN Could not resolve dependency: npm WARN peer react@"^16.8.0 || ^17.0.0 || ^18.0.0" from [email protected] npm WARN node_modules/use-memo-one npm WARN use-memo-one@"^1.1.1" from [email protected]
- The
react-native-ui-lib
package is still using an outdatedreact-native-redash
version.
More Info
Code snippet
No specific code needed, this is a dependency issue.
Environment
- React Native version:
0.78.0
- React version:
19.0.0
- React Native UI Lib version:
7.39.0
- React Native Redash version (in node_modules):
12.6.1
(latest:18.1.3
)
Affected platforms
- Android
- iOS
- Web