UNPKG

imobile_for_reactnative

Version:

iMobile for ReactNative,是SuperMap iMobile推出的一款基于React-Native框架的移动应用开发工具。基于该开发工具,用户可以使用JavaScript开发语言,开发出在Android和IOS操作系统下运行的原生移动GIS应用,入门门槛低,一次开发,处处运行。

32 lines (30 loc) 929 B
{ "name": "imobile_for_reactnative", "version": "2.0.9", "description": "iMobile for ReactNative,是SuperMap iMobile推出的一款基于React-Native框架的移动应用开发工具。基于该开发工具,用户可以使用JavaScript开发语言,开发出在Android和IOS操作系统下运行的原生移动GIS应用,入门门槛低,一次开发,处处运行。", "main": "index.ts", "scripts": { "imobile_declartation": "tsc -p tsconfig.d.json" }, "keywords": [ "react-native", "supermap", "imobile_for_reactnative", "map", "GIS" ], "author": "Supermap", "license": "ISC", "dependencies": { "base-64": "^0.1.0", "utf8": "^2.1.1" }, "peerDependencies": { "react-native": "^0.67.4" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:iMobileforJavaScript/imobile_for_reactnative.git" }, "types": "typescript/index.d.ts" }