File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ renovate.json
77
88# Example
99example /
10+ imgs /
1011
1112# Android
1213android /* /build /
@@ -56,8 +57,6 @@ npm-debug.log
5657.Trashes
5758ehthumbs.db
5859Thumbs.dbandroid /gradle
59- docs
60+ typedoc
6061.idea
61- bin /test.js
62- codorials
63- website /
62+ codorials
Original file line number Diff line number Diff line change 11{
22 "name" : " @uiw/react-native-amap-geolocation" ,
33 "title" : " React Native Amap Geolocation" ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.2 " ,
55 "description" : " React Native 高德地图定位模块,支持 Android/iOS" ,
66 "main" : " index.js" ,
77 "typings" : " index.d.ts" ,
88 "files" : [
9- " README.md" ,
9+ " android/libs" ,
10+ " android/src" ,
11+ " android/build.gradle" ,
12+ " ios" ,
1013 " index.d.ts" ,
11- " android" ,
1214 " index.js" ,
13- " ios "
15+ " README.md "
1416 ],
1517 "scripts" : {
1618 "build" : " typedoc"
You can’t perform that action at this time.
0 commit comments