We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49f452 commit 575abd8Copy full SHA for 575abd8
src/Row.js
@@ -1,6 +1,6 @@
1
import React, {Component, cloneElement} from 'react';
2
import PropTypes from 'prop-types';
3
-import {Animated, PanResponder, StyleSheet} from 'react-native';
+import {Animated, PanResponder, StyleSheet, ViewPropTypes} from 'react-native';
4
import {shallowEqual} from './utils';
5
6
export default class Row extends Component {
@@ -9,7 +9,7 @@ export default class Row extends Component {
9
animated: PropTypes.bool,
10
disabled: PropTypes.bool,
11
horizontal: PropTypes.bool,
12
- style: Animated.View.propTypes.style,
+ style: ViewPropTypes.style,
13
location: PropTypes.shape({
14
x: PropTypes.number,
15
y: PropTypes.number,
0 commit comments