Open
Description
Hello, I tried to put shadow around RX.View and RX.Button, with:
style={{shadowOpacity: 1, shadowRadius: 10, shadowColor: 'black', shadowOffset: {width: 10, height: 10}}}
but no shadow is displayed in the browser (I only tested web for now).
ReactXP version is 2.0.0. Using inspector in the browser (tried Firefox and Chromium) I cannot find any css property regarding shadows on the View or Button that should have them.