0

I tried this but, i do't get my actual output. I am trying many solution but not getting proper. share your answeer for this solution.

card:{
 height:150,
 width:"80%",
 backgroundColor:"white",
 borderRadius:15,
 padding:10,
 elevation:10,
 shadowColor: '#000',
 shadowOffset: { width: 0, height: 3 },
 shadowOpacity: 0.5,
 shadowRadius: 5, 
}

a

1 Answers1

0

It's not about react-native but css. you should create a View element and position it under the dialogue modal with such style:

arrowDown { width: 0, height: 0, borderLeftColor: transparent, borderRightColor: transparent, borderTopWidth: 20, borderRightWidth: 20, borderLeftWidth: 20, borderTopColor: #f00, } for reference, you can check out this tutorial on how to create a triangle in CSS: css-tricks

Reza Shoja
  • 887
  • 2
  • 11
  • 24