diff --git a/library/TransformableImage.js b/library/TransformableImage.js index 17dd7d3..dbfdc9a 100644 --- a/library/TransformableImage.js +++ b/library/TransformableImage.js @@ -1,6 +1,7 @@ 'use strict'; -import React, { Component, PropTypes } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; import { Image } from 'react-native'; import ViewTransformer from 'react-native-view-transformer';