1.0.11 • Published 2 years ago

react-native-float-dev-menu v1.0.11

Weekly downloads
94
License
MIT
Repository
github
Last release
2 years ago

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

1.0.11

2 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago