I want to apply a shadow on TextInput, as shown here:
I am making this style, using shadow, and elevation for android:
shadowColor: colors.shadowColor,
shadowOpacity: 0.5,
shadowRadius: 3,
shadowOffset: {
height: 0,
width: 0,
},
elevation: 2,
However, the result is not as expected. So, I am asking if there's a way to enhance it without passing by a 3rd party package.