fix prop-types

This commit is contained in:
Eric Dvorsak 2017-10-27 15:04:50 +02:00
parent 9ea4701b0a
commit 4f34652c86
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
'use strict'
import React, {
PropTypes,
Component,
} from 'react'
var PropTypes = require('prop-types');
import {
StyleSheet,
ScrollView,