Skip to content

Commit

Permalink
Update to work with react-native > 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamev committed Jun 27, 2016
1 parent b784f6f commit a866bdf
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 a866bdf

Please sign in to comment.