mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-04 02:56:42 +00:00
@@ -158,6 +158,7 @@ Controls whether the View can be the target of touch events. The enhanced
|
|||||||
+ `animationTimingFunction` ‡
|
+ `animationTimingFunction` ‡
|
||||||
+ `backfaceVisibility`
|
+ `backfaceVisibility`
|
||||||
+ `backgroundAttachment` ‡
|
+ `backgroundAttachment` ‡
|
||||||
|
+ `backgroundBlendMode` ‡
|
||||||
+ `backgroundClip` ‡
|
+ `backgroundClip` ‡
|
||||||
+ `backgroundColor`
|
+ `backgroundColor`
|
||||||
+ `backgroundImage` ‡
|
+ `backgroundImage` ‡
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ export default class ScrollViewBase extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_setNodeRef = (element:View) => {
|
_setNodeRef = (element: View) => {
|
||||||
this._node = findNodeHandle(element);
|
this._node = findNodeHandle(element);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ const ViewStylePropTypes = {
|
|||||||
* @platform web
|
* @platform web
|
||||||
*/
|
*/
|
||||||
backgroundAttachment: string,
|
backgroundAttachment: string,
|
||||||
|
backgroundBlendMode: string,
|
||||||
backgroundClip: string,
|
backgroundClip: string,
|
||||||
backgroundImage: string,
|
backgroundImage: string,
|
||||||
backgroundOrigin: oneOf(['border-box', 'content-box', 'padding-box']),
|
backgroundOrigin: oneOf(['border-box', 'content-box', 'padding-box']),
|
||||||
|
|||||||
Reference in New Issue
Block a user