react-native-gradient-border icon indicating copy to clipboard operation
react-native-gradient-border copied to clipboard

Not working with react 18 version

Open jemin136 opened this issue 2 years ago • 0 comments

# npm resolution error report

While resolving: [email protected]
Found: [email protected]
node_modules/react
  react@"18.2.0" from the root project
  peer react@">=16" from @react-native-masked-view/[email protected]
  node_modules/@react-native-masked-view/masked-view
    @react-native-masked-view/masked-view@"^0.2.9" from the root project
    peer @react-native-masked-view/masked-view@"^0.2.7" from @good-react-native/[email protected]
    node_modules/@good-react-native/gradient-border
      @good-react-native/gradient-border@"*" from the root project
  peer react@"18.2.0" from [email protected]
  node_modules/react-native
    react-native@"0.72.3" from the root project
    peer react-native@">=0.57" from @react-native-masked-view/[email protected]
    node_modules/@react-native-masked-view/masked-view
      @react-native-masked-view/masked-view@"^0.2.9" from the root project
      peer @react-native-masked-view/masked-view@"^0.2.7" from @good-react-native/[email protected]
      node_modules/@good-react-native/gradient-border
        @good-react-native/gradient-border@"*" from the root project

Could not resolve dependency:
peer react@"^17.0.0" from @good-react-native/[email protected]
node_modules/@good-react-native/gradient-border
  @good-react-native/gradient-border@"*" from the root project

Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.

Can you please guide me how can i get it work. In my previous project it's working fine. Thanks

jemin136 avatar Aug 03 '23 23:08 jemin136