forked from tolu360/react-native-google-places
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from gympass/EXUX-108
Update Google Place SDK
- Loading branch information
Showing
10 changed files
with
472 additions
and
416 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,18 @@ | |
"description": "iOS/Android Google Places Widgets (Autocomplete Modals) and API Services for React Native Apps", | ||
"main": "index.js", | ||
"author": "Tolu Olowu (Arttitude 360) <[email protected]>", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tolu360/react-native-google-places" | ||
"url": "https://github.com/gympass/react-native-google-places" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tolu360/react-native-google-places/issues" | ||
"url": "https://github.com/gympass/react-native-google-places/issues" | ||
}, | ||
"types": "index.d.ts", | ||
"homepage": "https://github.com/tolu360/react-native-google-places#readme", | ||
"homepage": "https://github.com/gympass/react-native-google-places#readme", | ||
"keywords": [ | ||
"react", | ||
"react-native", | ||
|
@@ -23,6 +23,9 @@ | |
"places", | ||
"google-places", | ||
"Google Places API", | ||
"Google places darkmode", | ||
"Google darkmode", | ||
"darkmode autocomplete", | ||
"autocomplete", | ||
"ios", | ||
"android" | ||
|
@@ -32,4 +35,4 @@ | |
"react-native": ">=0.40.0" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters