mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-26 07:49:18 +00:00
[add] don't warn about use of position:sticky
This commit is contained in:
@@ -65,7 +65,7 @@ const LayoutPropTypes = {
|
||||
paddingRight: numberOrString,
|
||||
paddingTop: numberOrString,
|
||||
paddingVertical: numberOrString,
|
||||
position: oneOf(['absolute', 'fixed', 'relative', 'static']),
|
||||
position: oneOf(['absolute', 'fixed', 'relative', 'static', 'sticky']),
|
||||
right: numberOrString,
|
||||
top: numberOrString,
|
||||
visibility: hiddenOrVisible,
|
||||
|
||||
Reference in New Issue
Block a user