Unverified Commit a1819670 authored by Pyrox's avatar Pyrox Committed by GitHub
Browse files

nodePackages.create-react-native-app: drop (#363374)

parent f304ede4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@

- `zammad` has had its support for MySQL removed, since it was never working correctly and is now deprecated upstream. Check the [migration guide](https://docs.zammad.org/en/latest/appendix/migrate-to-postgresql.html) for how to convert your database to PostgreSQL.

- `nodePackages.create-react-native-app` has been removed, as it is deprecated. Upstream suggests using a framework for React Native apps instead.

- `nodePackages.insect` has been removed, as it's deprecated by upstream. The suggested replacement is `numbat`.

- `nodePackages.webpack-dev-server` has been removed, as it should be installed in projects that use it instead.
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ mapAliases {
  inherit (pkgs) configurable-http-proxy; # added 2023-08-19
  inherit (pkgs) cordova; # added 2023-08-18
  inherit (pkgs) create-react-app; # added 2023-09-25
  create-react-native-app = throw "create-react-native-app was removed because it was deprecated. Upstream suggests using a framework for React Native."; # added 2024-12-08
  dat = throw "dat was removed because it was broken"; # added 2023-08-21
  inherit (pkgs) degit; # added 2023-08-18
  inherit (pkgs) diagnostic-languageserver; # added 2024-06-25
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@
, "conventional-changelog-cli"
, "cpy-cli"
, "create-cycle-app"
, "create-react-native-app"
, "cspell"
, "csslint"
, "dhcp"
+0 −18
Original line number Diff line number Diff line
@@ -60334,24 +60334,6 @@ in
    bypassCache = true;
    reconstructLock = true;
  };
  create-react-native-app = nodeEnv.buildNodePackage {
    name = "create-react-native-app";
    packageName = "create-react-native-app";
    version = "4.0.0";
    src = fetchurl {
      url = "https://registry.npmjs.org/create-react-native-app/-/create-react-native-app-4.0.0.tgz";
      sha512 = "YRDkUIC0goqudxbBoSScj7rID1yVPKeRXAQGxasC3cLOk6Z1f7zZ1ZUrVLaLaQYjLwmLxCbkxzZpNGr9wnnY/Q==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Create React Native apps with no build configuration.";
      homepage = "https://github.com/expo/create-react-native-app";
      license = "BSD-3-Clause";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
  cspell = nodeEnv.buildNodePackage {
    name = "cspell";
    packageName = "cspell";