How would I simulate an Intransitive zIndex in React Native? (A > B > C > A)
I am trying to create this effect, which can be found in the Spotify UI: It seems that there are the following components: A parent <View> (black) The child <View> (pink) The <Text> inside the child The <Image>, which is…