Fix missing import of PropTypes throwing an error on iOS
@@ -1,4 +1,4 @@
-import React, {Component} from 'react';
+import React, {Component, PropTypes} from 'react';
import {
View
} from 'react-native';