Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inline-style-prefixer version bump #2764

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

karmatys8
Copy link

react-native-web is polluted by robinweser/fast-loops#18

It can be easily fixed by upgrading the inline-style-prefixer to the 7.0.1 version, which deletes redundant fast-loops dependency, that is causing the pollution. Relevant issue

I deleted backgroundClip import as it has been deleted from the inline-style-prefixer package. Relevant PR

Copy link

codesandbox-ci bot commented Mar 3, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 024467e:

Sandbox Source
react-native-web-examples Configuration

@quantizor
Copy link

quantizor commented Mar 27, 2025

I decided to fork this repo to apply the patch and make it available: https://www.npmjs.com/package/react-native-web-fork

The easiest way to use it is probably this package.json override:

{
  "overrides": {
    "react-native-web": "npm:react-native-web-fork"
  }
}

There are other patches applied as well, noted in the package README up top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants