Hey everyone, I could use some help with a question I have. My issue is that I am struggling to figure out how to make two views overlap while still allowing the background view to be interactive. Currently, I am using absolute positioning for the foreground view.
overlapView: {
bottom: 0,
left: 0,
marginBottom: bottom,
paddingTop: top,
position: 'absolute',
right: 0,
top: 0,
},
backgroundView: {
flex: 1
}