I am a very beginner with React Native and trying to get a dark shadow for my Android app. I noticed that
shadowColor: '#1C0222',
shadowOffset: { width: 0, height: 20 },
shadowOpacity: 0.1
won't work for Andriod but instead, i can use elevation how can I make the darkness of this elevation more or less? something like opacity.