https://github.com/infinitered/reactotron-plugin-example
A really basic example plugin
https://github.com/infinitered/reactotron-plugin-example
Last synced: 11 months ago
JSON representation
A really basic example plugin
- Host: GitHub
- URL: https://github.com/infinitered/reactotron-plugin-example
- Owner: infinitered
- License: mit
- Created: 2019-10-25T00:09:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T21:40:33.000Z (about 6 years ago)
- Last Synced: 2025-01-09T04:51:41.192Z (about 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic Readme to get the steps out there. Will loop back to build on this.
# To use
1. `yarn` in this directory
2. `yarn build` or `yarn build:dev` (only difference is dev is not minified)
3. Copy `package.json` and `dist` folder to the `node_modules` of the RN app you want to test with
4. Import this plugin and call `.use(myPlugin())` on reactotron (myPlugin would be whatever you name the default import)
5. If you have a feature (see source code) call that when needed to wire up to whatever you are trying to monitor