UNPKG

rozenite-custom-commands

Version:

Add and execute custom commands in React Native via React Native DevTools powered by Rozenite

9 lines (7 loc) 287 B
export let useCustomCommands: typeof import('./src/react-native/useCustomCommands').useCustomCommands; if (process.env.NODE_ENV !== 'production') { useCustomCommands = require('./src/react-native/useCustomCommands').useCustomCommands; } else { useCustomCommands = () => null; }