React Native - Button with lower zIndex appears on top of view with higher zIndex
问题 I have a curious situation where a button with zIndex: 5 sits on top of an Interactable.View of zIndex: 19 . EDIT: It only appears to be on top. It is visible. But not (for lack of a better term) tappable. Below is the code. I have marked the button and the interactable.view in the code with //********************************************************************// map.js import { StyleSheet, View, Text, FlatList, TouchableHighlight, Dimensions, Platform, //findNodeHandle, Image } from 'react