@rebop/react-native-rebop-console
v0.14.0
Published
Run Every Branch on your Phone - React Native Console
Downloads
444
Maintainers
Readme
react-native-rebop-console
ugh
Installation
npm install react-native-rebop-console
Usage
import { multiply } from 'react-native-rebop-console';
// ...
const result = await multiply(3, 7);
Running locally
In this repo, run:
npm pack
Then in the other repo, run:
yarn add /Users/joey/dev/fluxlabs/codepush-rebop-vercel-preview-deploys-for-react-native/rebop-console/rebop-react-native-rebop-console-0.7.0.tgz
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library