@incpad/react-native-tools

1.0.18 • Public • Published

Usage

  • base模块

    const base=require("@incpad/react-native-tools/tools/base")
    or const {base}=require("@incpad/react-native-tools")

    • base.isAndroid():是否为安卓平台
    • base.isIOS():是否为ios平台
    • base.isIphoneX():是否为iPhoneX机型
  • geo模块

    const geo=require("@incpad/react-native-tools/tools/geo")
    or const {geo}=require("@incpad/react-native-tools")

    • geo.getGeo(cbSucc:function,cbErr:function):获取用户地址,传入成功与失败的回调函数

Readme

Keywords

none

Package Sidebar

Install

npm i @incpad/react-native-tools

Weekly Downloads

3

Version

1.0.18

License

MIT

Unpacked Size

27.5 kB

Total Files

11

Last publish

Collaborators

  • yixuankeer