-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Positioning View above a parent #7229
Comments
What about |
Unfortunately, overflow style property defaults to hidden and cannot be changed on Android |
@facebook-github-bot answered |
Closing this issue as @grabbou says the question asked has been answered. Please help us by asking questions on StackOverflow. StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only. |
oops, thank you! |
@grabbou whats the answer? |
The answer is that it doesn't works. And is one of the main pain points of react native apps on Android. |
Here is the answer: #7229 (comment). Basically, |
See this issue about a possible solution #16951 |
Hey folks,
We're trying to position a
View
above its parent using a negative top. iOS renders it the way I'd expect:But Android is trimming the view to match the parent:
Code:
Tested in React-Native 0.24.1, OSX. Tried to use both absolute and relative positioning on the inner view.
Any ideas/pointers are appreciated, thanks!
The text was updated successfully, but these errors were encountered: