styled-components icon indicating copy to clipboard operation
styled-components copied to clipboard

Unable to install for react-native 0.75 and react 18.3.1

Open DeepikaSharma5 opened this issue 10 months ago • 1 comments

As mentioned in the other issues I tried with --legacy-peer-deps, but it is giving me duplicate symbol issue in Xcode. Please update the package.json.

DeepikaSharma5 avatar Jan 10 '25 08:01 DeepikaSharma5

npm install --force to solve this issue. It happens that newer versions of this library has some web deps that should not be installed on mobile.

lucaswitch avatar Jan 30 '25 13:01 lucaswitch