Open terinjokes opened 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.
z-index
My use case it to draw an <ActivityIndicatorIOS/> over the <Image /> while it's loading.
<ActivityIndicatorIOS/>
<Image />
It might be implemented in the latest version https://github.com/ptmt/react-native-macos/pull/101 I will test your case.
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.