You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I search this repo and the React Native docs, I can't find anything giving me more information about this, or telling me which versions this impacts. Is this a React Native thing or a React Native Web thing?
It seems like this warning was introduced in this commit as part of this PR, but I don't see any additional discussion of these style properties there either.
The text was updated successfully, but these errors were encountered:
The warning is coming from react-native-web. The shadow* props are iOS-only in React Native, and have very different results form web boxShadow - it's not safe to rely on shadow* props for any platform other than iOS. You should use boxShadow and generally assume you should only use web CSS properties in react-native-web, many of which have been polyfilled in React Native this year.
Is there an existing request?
Describe the feature request
I'm getting the following warning in my console
However, when I search this repo and the React Native docs, I can't find anything giving me more information about this, or telling me which versions this impacts. Is this a React Native thing or a React Native Web thing?
It seems like this warning was introduced in this commit as part of this PR, but I don't see any additional discussion of these style properties there either.
The text was updated successfully, but these errors were encountered: