We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-native-web has deprecated StyleSheet.compose() https://github.com/necolas/react-native-web/releases#:~:text=%5Bchange%5D%20Deprecate%20StyleSheet.compose().%20Use%20style%20array%20syntax.
StyleSheet.compose()
I saw that a previous PR (#563) removed usage of compose() for this deprecation, but a subsequent PR (#555) re-added the usage of compose().
compose()
We are upgrading react-native and are now receiving a deprecation warning.
We are receiving the warning: StyleSheet.compose(a, b) is deprecated; use array syntax, i.e., [a,b].
StyleSheet.compose(a, b) is deprecated; use array syntax, i.e., [a,b].
Any usage of Slider results in the warning.
Slider
<Slider maximumTrackTintColor={trackTintColor} minimumTrackTintColor={trackTintColor} thumbStyle={styles.thumb} thumbTintColor={thumbTintColor} style={props.style} {...props} />
The text was updated successfully, but these errors were encountered:
who's head is side bar in
Sorry, something went wrong.
I've been having this exact same issue for some time now. Any new updates to this bug issue? Thanks!
draggie
Successfully merging a pull request may close this issue.
react-native-web has deprecated
StyleSheet.compose()
https://github.com/necolas/react-native-web/releases#:~:text=%5Bchange%5D%20Deprecate%20StyleSheet.compose().%20Use%20style%20array%20syntax.
I saw that a previous PR (#563) removed usage of
compose()
for this deprecation, but a subsequent PR (#555) re-added the usage ofcompose()
.We are upgrading react-native and are now receiving a deprecation warning.
Environment
react: 18.3.1
react-native: 0.74.2
react-native-web: 0.19.10
Description
We are receiving the warning:

StyleSheet.compose(a, b) is deprecated; use array syntax, i.e., [a,b].
Reproducible Demo
Any usage of
Slider
results in the warning.The text was updated successfully, but these errors were encountered: