Adding Shadow
To add shadow to the bottom sheet, you will need to pass the style
prop with shadow styling config, I recommend checking out React Native Shadow Generator by @ethercreative.
NOTICE
You may notice that shadow looks different between iOS and Android, that's because each platform handle drawing shadows differently, read more about Android Shadows.