Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: @react-native-oh-tpl/react-native-maps@1.10.3-0.0.8 #33

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified harmony/maps.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/maps/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-maps",
"version": "1.10.3-0.0.7",
"version": "1.10.3-0.0.8",
"description": "Map for React Native",
"main": "Index.ets",
"author": "",
Expand Down
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@react-native-oh-tpl/react-native-maps",
"description": "React Native Mapview component for iOS + Android",
"description": "React Native Mapview component for harmony",
"source": "src/index",
"main": "lib/index.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"homepage": "https://github.com/react-native-maps/react-native-maps#readme",
"version": "1.10.3-0.0.7",
"homepage": "https://github.com/react-native-oh-library/react-native-maps#readme",
"version": "1.10.3-0.0.8",
"license": "MIT",
"scripts": {
"lint": "eslint . --max-warnings 0",
Expand All @@ -15,26 +15,20 @@
"test": "jest",
"prepare": "husky install",
"release": "semantic-release",
"bundle-install": "cd example && bundle install",
"pod-install": "cd example/ios && bundle exec pod install",
"bootstrap": "yarn --cwd example && yarn && yarn bundle-install && yarn pod-install"
},
"files": [
"lib",
"android",
"ios",
"harmony",
"react-native-google-maps.podspec",
"react-native-maps.podspec",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"repository": {
"type": "git",
"url": "https://github.com/react-native-maps/react-native-maps"
"url": "https://github.com/react-native-oh-library/react-native-maps"
},
"keywords": [
"react",
Expand Down