npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-native-baidu-map-wm

v1.0.33

Published

基于lovebing的fc-npm分支2c2dcee修改

Downloads

16

Readme

二次修改说明

  • 基于lovebing的fc-npm分支2c2dcee修改
  • 修复RCTImageView.h引用路径的错误,ios增加zoom,双端引入latitudeDelta及longitudeDelta,统一marker的icon在各端的使用方式
  • 安卓需要刷新,否则,很多标志物都是黑色的,但是这段逻辑实现比较差,以后改

---------------------------------------以下是fc-npm版本的说明-----------------------------------------------

修改说明

  • 基于lovebing(原始开发者)的 6c31285
  • 修改目的:lovebing的代码要求react-native 0.61.2,修改为兼容mobilecrm的0.54

android部分修改

  • lovebing 使用的是jetpack(androidx appcompat-v7:28.0.0)。改为23.0.1
  • lovebing 使用了java8 lambda,改为java1.7的语法
  • lovebing 用了一些无用的sdk,删掉。并使用最新的sdk

ios部分修改

  • lovebing 用了一些无用的sdk,删掉。并使用最新的sdk
  • 修改podspec,因为之前的不能用
  • Marker支持icon

js部分修改

  • js中有些没有propType,会报错"XXX has no propType for native prop XXX.propName of native type number"。需要在js中进行处理

用的百度地图sdk版本

android版本

  • 安卓下载自 http://lbsyun.baidu.com/index.php?title=androidsdk/sdkandev-download
  • BaiduLBS_AndroidSDK_Docs.zip 点击页面的【类参考】按钮
  • 最新map sdk版本 v6.1
  • 最新定位sdk,v8.1.1
  • 安卓有个恶心的地方,每个zip包里都带有BaiduLBS_Android.jar,而且可能会出现冲突!必须从网站直接下载,不能独立下载、手动合并。

ios版本

  • http://lbs.baidu.com/index.php?title=iossdk/sdkiosdev-download
  • 最新map sdk v5.1.0
  • 最新定位sdk v1.8