radix-ui-react-native-icons
radix-ui-react-native-icons copied to clipboard
Installing [email protected] once the react-native version is above then 0.72.0
Once I tried to install the package through NPM to our repository I'm getting the following error
npm ERR! Found: [email protected]
npm ERR! node_modules/react-native
npm ERR! react-native@"0.73.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.72.0" from [email protected]
npm ERR! node_modules/radix-ui-react-native-icons
npm ERR! radix-ui-react-native-icons@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Note: I've installed using
npm i radix-ui-react-native-icons --force
and technically the package working with the latest react-native package but it not suitable to run any future install with the--force
option