Skip to content

Commit e77c8e4

Browse files
authored
Update index.android.js
1 parent 044c360 commit e77c8e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.android.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @flow
22

3-
import React, { Component, PropTypes } from 'react';
3+
import React, { Component } from 'react';
4+
import PropTypes from 'prop-types';
45
import { processColor, requireNativeComponent, PointPropType, StyleSheet, View } from 'react-native';
56
const deprecatedPropType = require('react-native/Libraries/Utilities/deprecatedPropType.js');
67

0 commit comments

Comments
 (0)