-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[change] Remove backgroundClip prefix workaround #2427
[change] Remove backgroundClip prefix workaround #2427
Conversation
Encourage use of existing array syntax for multiple styles. Eventually we'll want to remove the compose() API to simplify the overall styling API.
And remove deprecated AppState.removeListener API Fix #2378
Previously deprecated, and not supported in the React Native Fabric architecture. Close #1935
Animated should now work with compiled and extracted styles. The original styles are passed to components, rather than being flattened into a new object that cannot be used by the style runtime to either lookup the results of StyleSheet.create calls or consume extracted styles. Inline styles that use AnimatedValue are moved into a seperate object that is appended to the original styles. Fix #2387
The resizeMode and tintColor props should be used instead. The styles will be removed in a future release. Fix #2383
These components have been replaced by Pressable and will be removed from React Native. Fix #2382
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 ed2ca6e:
|
Blocked by robinweser/inline-style-prefixer#225 |
@SukkaW The blocking PR was merged this morning, and now react-native-web isn't working unless the version is rolled back. Is this ready to merge? |
You can update to |
@SukkaW @azigler not ready until version bumped to 7.0.0 per @robinweser |
Hey @SukkaW tks |
@robinweser Looks like the fix should be released as |
@SukkaW I released a |
@necolas I ran into this issue now, this fix was never published? With Expo. package-json still says "inline-style-prefixer": "^6.0.1" ERROR in ./node_modules/react-native-web/dist/modules/prefixStyles/static.js:1
|
The PR continues re-implement #2254 and now targets
0.19-dev
.robinweser/inline-style-prefixer#221 has been merged and released in 6.0.2, the PR bumps the version of
inline-style-prefixer
and removes the workaround forbackground-clip
when prefixing.