ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.24k stars 429 forks source link

Support zIndex #102

Open terinjokes opened 8 years ago

terinjokes commented 8 years ago

React Native has implemented CSS z-index support to iOS and Android, it would be great if this could be ported to macOS.

My use case it to draw an <ActivityIndicatorIOS/> over the <Image /> while it's loading.

ptmt commented 8 years ago

It might be implemented in the latest version https://github.com/ptmt/react-native-macos/pull/101 I will test your case.