Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Possibility for Z-Indexing (layers)? #131

Closed
jaygarcia opened this issue Mar 8, 2015 · 4 comments
Closed

Possibility for Z-Indexing (layers)? #131

jaygarcia opened this issue Mar 8, 2015 · 4 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@jaygarcia
Copy link
Contributor

Web developers have been accustomed to dealing with plain HTML to represent UI, which gives us the ability to generate layers via Absolute Positioning and z-indexing.

Do you guys plan on implementing Z-indexing or absolute positioning?

@vjeux
Copy link
Contributor

vjeux commented Mar 8, 2015

You can do position: 'absolute' in style and use top, left, bottom, right.

For zindex, you can move things around in the render, the latest one is drawn on-top of the one before. If you want to do a modal, put it at the root of your app

@jaygarcia
Copy link
Contributor Author

Thanks Chris. I don't know how I missed the absolute positioning in the layout example. :( I hate bugging you guys w/ these trivial things. I'll try to do a better job @ searching the code base before posting here.

@Iragne
Copy link
Contributor

Iragne commented Jul 3, 2015

well i agree with you @vjeux but the fact that we need some time to put a view in the front or in the back what ever the position in the DOM. and position absolute is not the solution for that

@Iragne
Copy link
Contributor

Iragne commented Jul 7, 2015

Well i know it's closed but it's very useful to have these properties bringSubviewToFront and inverse

See The PR #1891

@facebook facebook locked as resolved and limited conversation to collaborators May 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 23, 2018
react-one pushed a commit to react-one/react-native that referenced this issue Sep 24, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants