Skip to content

Commit

Permalink
Merge pull request #4 from bluejeans/master
Browse files Browse the repository at this point in the history
Cleanup Imports to be Compatible with Recent RN Releases
  • Loading branch information
liuchungui committed Mar 9, 2017
2 parents 45c8045 + 486308a commit cecf429
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions StarRating.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
'use strict';

import React, {
import React, { Component, PropTypes } from 'react'
import {
View,
StyleSheet,
Image,
Component,
PropTypes,
} from 'react-native';

export default class StarRating extends Component {
Expand Down

0 comments on commit cecf429

Please sign in to comment.