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
Attempting to apply a shadow to the active row using sortRowStyle prop doesn't seem possible. The shadow simply doesn't appear. If I remove the overflow: 'hidden' from SortRow's base style, the shadow does appear, so I suspect this is an iOS/RN issue (seems described here: facebook/react-native#449).
Any particular reason for the overflow: hidden? Would it be better to leave it off the base style, and let the end user pass it via sortRowStyle if needed? I can submit a PR if you'd like, it's a simple one-liner.
The text was updated successfully, but these errors were encountered:
Attempting to apply a shadow to the active row using sortRowStyle prop doesn't seem possible. The shadow simply doesn't appear. If I remove the
overflow: 'hidden'
from SortRow's base style, the shadow does appear, so I suspect this is an iOS/RN issue (seems described here: facebook/react-native#449).Any particular reason for the overflow: hidden? Would it be better to leave it off the base style, and let the end user pass it via sortRowStyle if needed? I can submit a PR if you'd like, it's a simple one-liner.
The text was updated successfully, but these errors were encountered: