diff --git a/library/Gallery.js b/library/Gallery.js index 3fd01ed..20372ca 100644 --- a/library/Gallery.js +++ b/library/Gallery.js @@ -1,4 +1,5 @@ -import React, { Component, PropTypes } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; import { View } from 'react-native';