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 2c92453 commit fc603e4Copy full SHA for fc603e4
src/components/view/index.js
@@ -1,6 +1,6 @@
1
import PropTypes from 'prop-types';
2
import React, {PureComponent} from 'react';
3
-import {View as RNView, ViewPropTypes, SafeAreaView, Animated} from 'react-native';
+import {View as RNView, SafeAreaView, Animated} from 'react-native';
4
import {asBaseComponent, forwardRef} from '../../commons';
5
import {Constants} from '../../helpers';
6
@@ -14,7 +14,7 @@ class View extends PureComponent {
14
static displayName = 'View';
15
16
static propTypes = {
17
- ...ViewPropTypes,
+ ...RNView.propTypes,
18
// ...BaseComponent.propTypes,
19
/**
20
* If true, will render as SafeAreaView
0 commit comments