how to add shadow around the image in react-native - Stack Overflow

PHOTO EMBED

Sat Aug 08 2020 04:18:53 GMT+0000 (Coordinated Universal Time)

Saved by @rdemo

elevationLow: {
          ...Platform.select({
            ios: {
              shadowColor: '#000',
              shadowOffset: { width: 0, height: 2 },
              shadowOpacity: 0.8,
              shadowRadius: 2,    
            },
            android: {
              elevation: 5,
            },
          }),
        },
content_copyCOPY

https://stackoverflow.com/questions/46971206/how-to-add-shadow-around-the-image-in-react-native