From 89e9b86dda85037bfb613d173a0a17d6a0ee800f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerson=20Isa=C3=ADas?= Date: Wed, 17 Oct 2018 10:30:14 -0500 Subject: [PATCH] [ADD] Import PropTypes --- combined-button.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/combined-button.js b/combined-button.js index eb8cd5b..392ce7a 100644 --- a/combined-button.js +++ b/combined-button.js @@ -1,4 +1,5 @@ -import React, { Component, PropTypes } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; //PropTypes moved into separate package import { View, TouchableOpacity,