Reactotron icon

Reactotron 3.11.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.11.0",
  "src": {
    "url": "https://github.com/infinitered/reactotron/releases/download/reactotron-app%403.11.0/Reactotron-3.11.0-arm64-mac.zip",
    "sha256": "9d0cd7ddf65de5587160dd7a9e4b862265b7275df548423d20e12dcce1cef1ae"
  },
  "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"
  }
}