Skip to content

Commit 3764a55

Browse files
chore(release): publish (#37)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 742d7f6 commit 3764a55

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.changeset/unlucky-tigers-kneel.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @balloman/expo-google-maps
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#36](https://github.com/balloman/expo-google-maps/pull/36) [`7afa151`](https://github.com/balloman/expo-google-maps/commit/7afa151ed8ea9d33d42bc6e8eb71ba11002801ca) Thanks [@balloman](https://github.com/balloman)! - Added android support!
8+
9+
Android should have all the support iOS has which includes
10+
11+
- Map Display
12+
- Android has a different method of supplying the api key, so now it will need to be provided with an expo plugin
13+
- Markers
14+
- Support for custom views is here as well, but it might be a little buggy on the android side, so let me know if you encounter any issues
15+
- Polygons
16+
317
## 0.4.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balloman/expo-google-maps",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "An expo native module for google maps",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)