Socket
Socket
Sign inDemoInstall

react-native-easy-floating-button

Package Overview
Dependencies
452
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-easy-floating-button

An react native button component by jsx


Version published
Maintainers
1
Created

Readme

Source

react-native-easy-floating-button

Getting started

$ npm install react-native-easy-floating-button --save

Usage

import {GlobalFloatButton,FloatButton} from from 'react-native-easy-floating-button';

let menu = [
        {name : '公告', image : require('./notice_v2.png'), action : 'vt://notice/view'},
        {name : '客户', image : require('./customer_v2.png'), action : ''},
        {name : '考勤', image : require('./kaoqing_v2.png'), action : ''},
        {name : '销售管理', image : require('./memberManage.png'), action : ''},
        {name : '审批', image : require('./shenpi_v2.png'), action : ''}
    ];

<GlobalFloatButton
    buttonInitializeLeft={0}
    buttonInitializeTop={500}
    menus={menu}
 />

Keywords

FAQs

Last updated on 28 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc