Skip to content

Commit

Permalink
import PropTypes from 'prop-types';
Browse files Browse the repository at this point in the history
  • Loading branch information
linktylr authored Apr 28, 2018
1 parent ebf75ad commit f1477f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CurrentTimeIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import {
View,
} from 'react-native';

const {
PropTypes,
} = React;
import PropTypes from 'prop-types';

export const CurrentTimeIndicator = React.createClass({
propTypes: {
Expand Down

0 comments on commit f1477f5

Please sign in to comment.