React Native Shadow Generator

Tweak shadow offset, blur, and color for iOS or elevation for Android. See the result live and grab copy-ready style objects for your app.

Offset X0
Offset Y2
Blur radius4
Spread0
Shadow color
Opacity0.1
Elevation4
Shadow color
Preview

Generated code

// iOS shadow style
const shadowStyle = {shadowColor: '#000000',shadowOffset: { width: 0, height: 2 },shadowOpacity: 0.1,shadowRadius: 4,};<View style={[styles.box, shadowStyle]}><Text>Content</Text></View>