Skip to content

Commit

Permalink
remove unused imports in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bell-steven committed Jul 30, 2020
1 parent 6585237 commit d0cb518
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Customizable Google Places autocomplete component for iOS and Android React-Nati

```js
import React from 'react';
import { Image, Text } from 'react-native';
import { GooglePlacesAutocomplete } from 'react-native-google-places-autocomplete';

const GooglePlacesInput = () => {
Expand Down Expand Up @@ -57,7 +56,6 @@ Please make sure you follow the installation instructions there and add `navigat

```js
import React from 'react';
import { Image, Text } from 'react-native';
import { GooglePlacesAutocomplete } from 'react-native-google-places-autocomplete';

// navigator.geolocation = require('@react-native-community/geolocation');
Expand Down Expand Up @@ -93,7 +91,6 @@ export default GooglePlacesInput;

```js
import React from 'react';
import { Image, Text } from 'react-native';
import { GooglePlacesAutocomplete } from 'react-native-google-places-autocomplete';

const homePlace = {
Expand Down Expand Up @@ -134,7 +131,6 @@ export default GooglePlacesInput;

```js
import React from 'react';
import { Image, Text } from 'react-native';
import { GooglePlacesAutocomplete } from 'react-native-google-places-autocomplete';

const GooglePlacesInput = () => {
Expand Down

0 comments on commit d0cb518

Please sign in to comment.