You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

react-native-float-dev-menu

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-float-dev-menu

Tool to show a float dev menu button to open react native dev menu.

1.0.11
latest
Version published
Weekly downloads
7
40%
Maintainers
1
Weekly downloads
 
Created

react-native-float-dev-menu

A tool to show a float button to open dev menu. This button only appears in development mode.

Android

iOS

Getting started

npm install react-native-float-dev-menu react-native-dev-menu-android --save

or

yarn add react-native-float-dev-menu react-native-dev-menu-android

Usage

import FloatDevMenu from 'react-native-float-dev-menu';

const Root = () => (
  <FloatDevMenu>
    <App />
  </FloatDevMenu>
);
Available Props
NameTypeDefaut valueDescription
labelstring"DEV"Button label
startXnumber50Button label
startYnumber50Button label

Contributing

Please feel free to submit any issues or pull requests.

License

MIT

FAQs

Package last updated on 17 Jan 2022

Did you know?

Socket

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