An open API service indexing awesome lists of open source software.

https://github.com/helderberto/rnexampleinspect

🤩 React Native with Reactotron Example.
https://github.com/helderberto/rnexampleinspect

react-native reactotron

Last synced: 11 months ago
JSON representation

🤩 React Native with Reactotron Example.

Awesome Lists containing this project

README

          

## React Native with Reactotron

[>> Click here to read the blogpost](https://dev.to/helderburato/how-to-inspect-react-native-apps-elegantly-with-reactotron-57fg)

## How to run locally

- Navigate to the project folder: `cd ./RNExampleInspect`;
- Install project dependencies: yarn;
- Install CocoaPods iOS packages: cd ios && pod install;
- Run in iOS Simulator: yarn ios;
- Run in Android Simulator: yarn android;