chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
@@ -0,0 +1,2 @@
import * as _namespace from "./minifier";
export = _namespace;
+1
View File
@@ -0,0 +1 @@
module.exports = require("metro-minify-terser");
@@ -0,0 +1,14 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
* @format
* @oncall react_native
*/
import type { MinifierOptions, MinifierResult } from "../metro-transform-worker";
declare function minifier(options: MinifierOptions): Promise<MinifierResult>;
export default minifier;
@@ -0,0 +1 @@
module.exports = require("metro-minify-terser/private/minifier");