react-native-float-dev-menu

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

Usage no npm install needed!

<script type="module">
  import reactNativeFloatDevMenu from 'https://cdn.skypack.dev/react-native-float-dev-menu';
</script>

README

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