{"id":17341135,"url":"https://github.com/tanhauhau/reactotron-react","last_synced_at":"2026-05-13T07:03:22.069Z","repository":{"id":57348421,"uuid":"98432034","full_name":"tanhauhau/reactotron-react","owner":"tanhauhau","description":"Universal Reactotron for React Native and React","archived":false,"fork":false,"pushed_at":"2017-07-26T15:40:07.000Z","size":614,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T09:35:30.729Z","etag":null,"topics":["react","react-native","react-primitives","reactotron"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tanhauhau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-26T14:28:07.000Z","updated_at":"2017-08-04T20:05:02.000Z","dependencies_parsed_at":"2022-08-24T18:20:26.909Z","dependency_job_id":null,"html_url":"https://github.com/tanhauhau/reactotron-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhauhau%2Freactotron-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhauhau%2Freactotron-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhauhau%2Freactotron-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhauhau%2Freactotron-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanhauhau","download_url":"https://codeload.github.com/tanhauhau/reactotron-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245814744,"owners_count":20676808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","react-native","react-primitives","reactotron"],"created_at":"2024-10-15T15:47:56.307Z","updated_at":"2026-05-13T07:03:21.980Z","avatar_url":"https://github.com/tanhauhau.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reactotron-react\n### Universal [Reactotron](https://github.com/infinitered/reactotron) import for [react-native](https://github.com/infinitered/reactotron/blob/master/docs/quick-start-react-native.md) and [react-js](https://github.com/infinitered/reactotron/blob/master/docs/quick-start-react-js.md)\n\nIf you are writing universal app for both web and native, and wonder whether to import `reactotron-react-native` or `reactotron-react-js`, import `reactotron-react` then.\nUnder the hood, `reactotron-react` uses module import and file extensions to selectively import `reactotron-react-native` or `reactotron-react-js` based on the platform you are running on.\n\n## Getting started\n```bash\nnpm install --save-dev reactotron-react\n# or yarn\nyarn add reactotron-react\n```\n\n## Usage\n```js\n// instead of\nimport Reactotron from 'reactotron-react-js'\n\nReactotron\n  .configure() // we can use plugins here -- more on this later\n  .connect() // let's connect!\n\n// or\n\nimport Reactotron from 'reactotron-react-native'\n\nReactotron\n  .configure() // controls connection \u0026 communication settings\n  .useReactNative() // add all built-in react native plugins\n  .connect() // let's connect!\n\n// do\n\nimport Reactotron from 'reactotron-react'\nReactotron\n  .configure()\n  .useReactNative() // this will have no effect on react-js for web\n  .connect()\n\n```\n\n## Read more\n\n* To know more about Reactotron, see [here](https://github.com/infinitered/reactotron)\n* To install Reactotron, see [Installation guide](https://github.com/infinitered/reactotron/blob/master/docs/installing.md)\n\n\n## Recommend\nWatch this amazing talk leland richardson about writing universal react app for  Android, iOS, web and more platforms.\n\n[![thumbnail](https://i.ytimg.com/an_webp/8qCociUB6aQ/mqdefault_6s.webp?du=3000\u0026sqp=COzA4ssF\u0026rs=AOn4CLC-xdJT_lr6HTBni_sSrdLl8EHU3A)](https://www.youtube.com/watch?v=JaRtmgaNZos)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanhauhau%2Freactotron-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanhauhau%2Freactotron-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanhauhau%2Freactotron-react/lists"}