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
The x in the offset prop is not applied on IOS. This issue started as of the 7.x version and was not there on v6.x
offset
Here is a simple snack replicating the issue: https://snack.expo.dev/@youssefhenna/react-native-shadow-x-offset-bug
You can see that offset is applied on both web and android but is not applied on IOS
The text was updated successfully, but these errors were encountered:
Use manual style instead of StyleSheet.absoluteFillObject
be3f2cd
- Match usage of 'start' instead of 'left' - Address issue on IOS (ftzi#67)
Fixed by #70, available at 7.0.7!
Sorry, something went wrong.
No branches or pull requests
The x in the
offset
prop is not applied on IOS. This issue started as of the 7.x version and was not there on v6.xHere is a simple snack replicating the issue: https://snack.expo.dev/@youssefhenna/react-native-shadow-x-offset-bug
You can see that offset is applied on both web and android but is not applied on IOS
The text was updated successfully, but these errors were encountered: