Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @react-native-ohos/react-native-baidu-map
This project is based on [react-native-baidu-map](https://github.com/lovebing/react-native-baidu-map)
## Documentation
[中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-baidu-map.md)
[中文](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/zh-cn/react-native-baidu-map.md)

[English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/react-native-baidu-map.md)
[English](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/en/react-native-baidu-map.md)

## License
This library is licensed under [The MIT License (MIT)](https://github.com/react-native-oh-library/react-native-baidu-map/blob/sig/LICENSE).
Binary file modified harmony/baidu_map.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/baidu_map/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "@react-native-ohos/react-native-baidu-map",
"description": "Baidu Map SDK modules and views for React Native, support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图 SDK 版本。",
"main": "index.ets",
"version": "1.1.0-rc.1",
"version": "1.1.0",
"dependencies": {
"@rnoh/react-native-openharmony": "file:../react_native_openharmony",
"@bdmap/base": "1.2.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-ohos/react-native-baidu-map",
"version": "1.1.0-rc.1",
"version": "1.1.0",
"description": "Baidu Map SDK modules and views for React Native, support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图 SDK 版本。",
"main": "index.js",
"scripts": {
Expand Down