You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have used the following but i dont see any shadow in my dialog containerStyle={{
backgroundColor: 'white',
borderLeftColor: 'orange',
borderLeftWidth: 20,
shadowColor: '#171717',
shadowRadius: 20,
shadowOpacity: 0.8,
marginTop: 50,
borderRadius: 10,
elevation: 20,
opacity: 1,
shadowOffset: { height: 40, width: 40 },
}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i have used the following but i dont see any shadow in my dialog containerStyle={{
backgroundColor: 'white',
borderLeftColor: 'orange',
borderLeftWidth: 20,
shadowColor: '#171717',
shadowRadius: 20,
shadowOpacity: 0.8,
marginTop: 50,
borderRadius: 10,
elevation: 20,
opacity: 1,
shadowOffset: { height: 40, width: 40 },
}}
Beta Was this translation helpful? Give feedback.
All reactions