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.
- Host: GitHub
- URL: https://github.com/helderberto/rnexampleinspect
- Owner: helderberto
- Created: 2020-01-29T14:18:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:59:38.000Z (about 3 years ago)
- Last Synced: 2025-01-24T10:28:08.273Z (about 1 year ago)
- Topics: react-native, reactotron
- Language: JavaScript
- Homepage:
- Size: 4.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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;