apps/example-app/README.md
The sole purpose of this app is to aid in developing Reactotron. It contains an example configuration and code for exercising the functionality of Reactotron's packages.
The example app was generated with Ignite; the boilerplate that Infinite Red uses as a way to test bleeding-edge changes to our React Native stack.
:::info
Before you start, run yarn in the root directory of the repo to make sure all of the dependencies have been installed successfully.
:::
yarn build && yarn start This will build the latest version of Reactotron and open it.yarn start:example or inside of example app directory yarn start. (Check the example app's package.json for additional options.)