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.
// 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>