-
Notifications
You must be signed in to change notification settings - Fork 82
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
Negative Margin for children not working on android. #56
Comments
Can you give sample code and output screenshot here |
I have a similar issue, but with a child that positioning absolutely: Code (modified Example3.js):
ScreenshotI'm trying to make a toast component that will appear on top of the CardView. It works on IOS, but doesnt on Android. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I give a negative margin to a child view it works fine in iOS but in case of android its not working.
The text was updated successfully, but these errors were encountered: