react-native-float-dev-menu

1.0.11 • Public • Published

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

Name Type Defaut value Description
label string "DEV" Button label
startX number 50 Button label
startY number 50 Button label

Contributing

Please feel free to submit any issues or pull requests.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i react-native-float-dev-menu

Weekly Downloads

10

Version

1.0.11

License

MIT

Unpacked Size

6.13 MB

Total Files

7

Last publish

Collaborators

  • busterkika