Skip to content

Commit

Permalink
fix readme styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bell-steven committed May 14, 2020
1 parent d7dc1e0 commit 50456d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ You can also try the basic example in a snack [here](https://snack.expo.io/@sbel

**Get Current Location**

_Extra step required!_

<details>
<summary>Click to expand!</summary>
<summary>Click to expand</summary>

_Extra step required!_

If you are targeting React Native 0.60.0+ you must install either `@react-native-community/geolocation` ([link](https://github.com/react-native-community/react-native-geolocation)) or `react-native-geolocation-service`(\[link](https://github.com/Agontuk/react-native-geolocation-service)).
If you are targeting React Native 0.60.0+ you must install either `@react-native-community/geolocation` ([link](https://github.com/react-native-community/react-native-geolocation)) or `react-native-geolocation-service`([link](https://github.com/Agontuk/react-native-geolocation-service)).

Please make sure you follow the installation instructions there and add `navigator.geolocation = require(GEOLOCATION_PACKAGE)` somewhere in you application before `<GooglePlacesAutocomplete />`.

Expand Down Expand Up @@ -89,7 +89,7 @@ export default GooglePlacesInput;
**Search with predefined option**

<details>
<summary>Click to expand!</summary>
<summary>Click to expand</summary>

```jsx
import React from 'react';
Expand Down Expand Up @@ -130,7 +130,7 @@ export default GooglePlacesInput;
**Limit results to one country**

<details>
<summary>Click to expand!</summary>
<summary>Click to expand</summary>

```jsx
import React from 'react';
Expand Down

0 comments on commit 50456d5

Please sign in to comment.