@nx/react-native 23.0.0 → 23.1.0-canary.20260619-9546855
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
<div style="text-align: center;">
|
|
9
9
|
|
|
10
|
-
[](https://circleci.com/gh/nrwl/nx)
|
|
11
10
|
[]()
|
|
12
11
|
[](https://www.npmjs.com/package/nx)
|
|
13
12
|
[]()
|
|
14
13
|
[](http://commitizen.github.io/cz-cli/)
|
|
15
|
-
[](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
16
14
|
[](https://go.nx.dev/community)
|
|
15
|
+
[](https://nx.dev/docs/features/ci-features/sandboxing)
|
|
17
16
|
|
|
18
17
|
</div>
|
|
19
18
|
|
|
@@ -6,12 +6,12 @@ export interface NormalizedSchema extends WebConfigurationGeneratorSchema {
|
|
|
6
6
|
className: string;
|
|
7
7
|
}
|
|
8
8
|
export declare function normalizeSchema(tree: Tree, schema: WebConfigurationGeneratorSchema): {
|
|
9
|
+
project: string;
|
|
10
|
+
bundler: 'vite' | 'webpack';
|
|
11
|
+
skipFormat?: boolean;
|
|
12
|
+
skipPackageJson?: boolean;
|
|
9
13
|
projectRoot: string;
|
|
10
14
|
offsetFromRoot: string;
|
|
11
15
|
fileName: string;
|
|
12
16
|
className: string;
|
|
13
|
-
project: string;
|
|
14
|
-
bundler: "vite" | "webpack";
|
|
15
|
-
skipFormat?: boolean;
|
|
16
|
-
skipPackageJson?: boolean;
|
|
17
17
|
};
|
|
@@ -5,4 +5,4 @@ import { NormalizedSchema } from './normalize-schema';
|
|
|
5
5
|
export declare function createBuildTarget(tree: Tree, options: NormalizedSchema): TargetConfiguration;
|
|
6
6
|
export declare function createServeTarget(options: NormalizedSchema): TargetConfiguration;
|
|
7
7
|
export declare function createNxWebpackPluginOptions(tree: Tree, options: NormalizedSchema): WithNxOptions & WithReactOptions;
|
|
8
|
-
export declare function determineTsConfig(tree: Tree, options: NormalizedSchema): "tsconfig.app.json" | "tsconfig.
|
|
8
|
+
export declare function determineTsConfig(tree: Tree, options: NormalizedSchema): "tsconfig.app.json" | "tsconfig.json" | "tsconfig.lib.json";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/react-native",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.1.0-canary.20260619-9546855",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
|
|
6
6
|
"keywords": [
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"tinyglobby": "^0.2.12",
|
|
63
63
|
"tsconfig-paths": "^4.1.2",
|
|
64
64
|
"tslib": "^2.3.0",
|
|
65
|
-
"@nx/
|
|
66
|
-
"@nx/
|
|
67
|
-
"@nx/
|
|
68
|
-
"@nx/
|
|
69
|
-
"@nx/
|
|
65
|
+
"@nx/devkit": "23.1.0-canary.20260619-9546855",
|
|
66
|
+
"@nx/js": "23.1.0-canary.20260619-9546855",
|
|
67
|
+
"@nx/eslint": "23.1.0-canary.20260619-9546855",
|
|
68
|
+
"@nx/webpack": "23.1.0-canary.20260619-9546855",
|
|
69
|
+
"@nx/react": "23.1.0-canary.20260619-9546855"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"react-native": ">=0.83.0 <0.85.0",
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"nx": "23.0.
|
|
82
|
+
"nx": "23.1.0-canary.20260619-9546855"
|
|
83
83
|
},
|
|
84
84
|
"optionalDependencies": {
|
|
85
|
-
"@nx/
|
|
86
|
-
"@nx/
|
|
85
|
+
"@nx/rollup": "23.1.0-canary.20260619-9546855",
|
|
86
|
+
"@nx/detox": "23.1.0-canary.20260619-9546855"
|
|
87
87
|
},
|
|
88
88
|
"executors": "./executors.json",
|
|
89
89
|
"ng-update": {
|