Merge remote-tracking branch 'upstream/master' into 5.3.0-conformance

# Conflicts:
#	lib/extract/extractViewBox.js
#	package.json
This commit is contained in:
Mikael Sand
2017-07-15 14:02:40 +03:00
29 changed files with 72 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
import {PropTypes} from 'react';
import PropTypes from 'prop-types';
import {PanResponder} from 'react-native';
const numberProp = PropTypes.oneOfType([PropTypes.string, PropTypes.number]);