Skip to content

Commit

Permalink
Merge pull request #38 from reenhanced/master
Browse files Browse the repository at this point in the history
Update to work with react-native > 0.24
  • Loading branch information
Maxim Yaskevich authored Jun 28, 2016
2 parents b784f6f + a866bdf commit ff719cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GooglePlacesAutocomplete.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const React = require('react');
const ReactNative = require('react-native');
const {TextInput, View, ListView, Image, Text, Dimensions, TouchableHighlight, TouchableWithoutFeedback, Platform, ActivityIndicatorIOS, ProgressBarAndroid, PixelRatio} = ReactNative;
const Qs = require('qs');
import React, { PropTypes } from 'react';
import { TextInput, View, ListView, Image, Text, Dimensions, TouchableHighlight, TouchableWithoutFeedback, Platform, ActivityIndicatorIOS, ProgressBarAndroid, PixelRatio } from 'react-native';
import Qs from 'qs';

const defaultStyles = {
container: {
Expand Down

0 comments on commit ff719cf

Please sign in to comment.