react-native-macos icon indicating copy to clipboard operation
react-native-macos copied to clipboard

Support zIndex

Open terinjokes opened this issue 8 years ago • 1 comments

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.

terinjokes avatar Aug 14 '16 02:08 terinjokes

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

ptmt avatar Aug 14 '16 06:08 ptmt