Reactotron icon

Reactotron 3.9.0

Desktop app for inspecting React JS and React Native projects

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    reactotron # Reactotron
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    reactotron # Reactotron
  ];
}

Package Definition

{
  "pname": "reactotron",
  "version": "3.9.0",
  "src": {
    "url": "https://github.com/infinitered/reactotron/releases/download/reactotron-app%403.9.0/Reactotron-3.9.0-arm64-mac.zip",
    "sha256": "17d0cb53dd0614b4d8e16e387b56331f7f96ef6218efe3260e44a980e981cce0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Reactotron.app\" && cp -r \"Reactotron.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop app for inspecting React JS and React Native projects",
    "homepage": "https://github.com/infinitered/reactotron"
  }
}