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