shadow animation react native code example
Example 1: react native shadow android
<View style={{ elevation: 2 }}>
{children}
</View>
Example 2: shadow using react native
shadowColor: "#000",
shadowOffset: {
width: 0,
height: 8,
},
shadowOpacity: 0.44,
shadowRadius: 10.32,
elevation: 16,