The transform prop. is the only one that isn't being overwritten by my inline dialogStyles={}. Is there a particular reason why?
I know it uses this prop to animate the modal when it opens (scale), but even putting the scale(1) value along with translateX right aside, it doesn't work.
The
transform
prop. is the only one that isn't being overwritten by my inlinedialogStyles={}
. Is there a particular reason why?I know it uses this prop to animate the modal when it opens (scale), but even putting the
scale(1)
value along withtranslateX
right aside, it doesn't work.