Can't Stop Now. This is Bat Country.
Pre-release
Pre-release
Here's the super quick starting notes.
Running Reactotron.app
- Download the pre-release. Mac OS X 64-bit only. That's probably you.
- Unzip.
- Double click Reactotron.app
Keystrokes
cmd-f
= find Redux keys or values (use tab to toggle)cmd-n
= subscribe to a Redux pathcmd-d
= dispatch a Redux actioncmd-k
= klear!
Running A Sample App
Ain't no-one got time to write a sample app. Here's a prepackaged one!
cd ~/safeplace
git clone git@github.com:reactotron/reactotron.git
git checkout next
cd packages/demo-react-native
npm i
react-native run-ios
Other Things
- Not compatible with
reactotron 0.9.0
and below. - The cli is still there!
cd packages/reactotron-cli && npm i && npm start
Next Steps
- Triple check all deps and lerna workarounds to ensure nice env for devs
- Bugz bugz bugz
- Polish
- Docs
- Demos
- Videos