From 4f34652c8658479d8a2f63b09c6878b7506229f8 Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Fri, 27 Oct 2017 15:04:50 +0200 Subject: [PATCH] fix prop-types --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 0ecc11c..4fe5d39 100644 --- a/index.js +++ b/index.js @@ -1,9 +1,10 @@ 'use strict' import React, { - PropTypes, Component, } from 'react' +var PropTypes = require('prop-types'); + import { StyleSheet, ScrollView,