@nx/react-native 21.3.0 → 21.4.0-beta.0

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.
Files changed (108) hide show
  1. package/.eslintrc.json +4 -2
  2. package/index.d.ts +1 -0
  3. package/index.d.ts.map +1 -0
  4. package/package.json +14 -9
  5. package/plugin.d.ts +1 -0
  6. package/plugin.d.ts.map +1 -0
  7. package/plugins/jest/svg-mock.d.ts +1 -0
  8. package/plugins/jest/svg-mock.d.ts.map +1 -0
  9. package/plugins/metro-resolver.d.ts +1 -0
  10. package/plugins/metro-resolver.d.ts.map +1 -0
  11. package/plugins/metro-resolver.js +3 -0
  12. package/plugins/plugin.d.ts +1 -0
  13. package/plugins/plugin.d.ts.map +1 -0
  14. package/plugins/with-nx-metro.d.ts +1 -0
  15. package/plugins/with-nx-metro.d.ts.map +1 -0
  16. package/project.json +7 -6
  17. package/src/executors/build-android/build-android.impl.d.ts +1 -0
  18. package/src/executors/build-android/build-android.impl.d.ts.map +1 -0
  19. package/src/executors/build-ios/build-ios.impl.d.ts +1 -0
  20. package/src/executors/build-ios/build-ios.impl.d.ts.map +1 -0
  21. package/src/executors/bundle/bundle.impl.d.ts +1 -0
  22. package/src/executors/bundle/bundle.impl.d.ts.map +1 -0
  23. package/src/executors/ensure-symlink/ensure-symlink.impl.d.ts +1 -0
  24. package/src/executors/ensure-symlink/ensure-symlink.impl.d.ts.map +1 -0
  25. package/src/executors/pod-install/pod-install.impl.d.ts +1 -0
  26. package/src/executors/pod-install/pod-install.impl.d.ts.map +1 -0
  27. package/src/executors/run-android/run-android.impl.d.ts +1 -0
  28. package/src/executors/run-android/run-android.impl.d.ts.map +1 -0
  29. package/src/executors/run-ios/run-ios.impl.d.ts +1 -0
  30. package/src/executors/run-ios/run-ios.impl.d.ts.map +1 -0
  31. package/src/executors/start/lib/is-packager-running.d.ts +1 -0
  32. package/src/executors/start/lib/is-packager-running.d.ts.map +1 -0
  33. package/src/executors/start/start.impl.d.ts +1 -0
  34. package/src/executors/start/start.impl.d.ts.map +1 -0
  35. package/src/executors/storybook/storybook.impl.d.ts +1 -0
  36. package/src/executors/storybook/storybook.impl.d.ts.map +1 -0
  37. package/src/executors/sync-deps/sync-deps.impl.d.ts +1 -0
  38. package/src/executors/sync-deps/sync-deps.impl.d.ts.map +1 -0
  39. package/src/executors/upgrade/upgrade.impl.d.ts +1 -0
  40. package/src/executors/upgrade/upgrade.impl.d.ts.map +1 -0
  41. package/src/generators/application/application.d.ts +1 -0
  42. package/src/generators/application/application.d.ts.map +1 -0
  43. package/src/generators/application/lib/add-e2e.d.ts +1 -0
  44. package/src/generators/application/lib/add-e2e.d.ts.map +1 -0
  45. package/src/generators/application/lib/add-project.d.ts +1 -0
  46. package/src/generators/application/lib/add-project.d.ts.map +1 -0
  47. package/src/generators/application/lib/create-application-files.d.ts +1 -0
  48. package/src/generators/application/lib/create-application-files.d.ts.map +1 -0
  49. package/src/generators/application/lib/normalize-options.d.ts +1 -0
  50. package/src/generators/application/lib/normalize-options.d.ts.map +1 -0
  51. package/src/generators/component/component.d.ts +1 -0
  52. package/src/generators/component/component.d.ts.map +1 -0
  53. package/src/generators/component/lib/add-import.d.ts +1 -0
  54. package/src/generators/component/lib/add-import.d.ts.map +1 -0
  55. package/src/generators/component/lib/normalize-options.d.ts +1 -0
  56. package/src/generators/component/lib/normalize-options.d.ts.map +1 -0
  57. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
  58. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
  59. package/src/generators/convert-to-inferred/lib/create-process-options.d.ts +1 -0
  60. package/src/generators/convert-to-inferred/lib/create-process-options.d.ts.map +1 -0
  61. package/src/generators/convert-to-inferred/lib/post-target-transformer.d.ts +1 -0
  62. package/src/generators/convert-to-inferred/lib/post-target-transformer.d.ts.map +1 -0
  63. package/src/generators/convert-to-inferred/lib/process-start-options.d.ts +1 -0
  64. package/src/generators/convert-to-inferred/lib/process-start-options.d.ts.map +1 -0
  65. package/src/generators/init/init.d.ts +1 -0
  66. package/src/generators/init/init.d.ts.map +1 -0
  67. package/src/generators/init/lib/add-git-ignore-entry.d.ts +1 -0
  68. package/src/generators/init/lib/add-git-ignore-entry.d.ts.map +1 -0
  69. package/src/generators/init/lib/gitignore-entries.d.ts +1 -0
  70. package/src/generators/init/lib/gitignore-entries.d.ts.map +1 -0
  71. package/src/generators/library/lib/normalize-options.d.ts +1 -0
  72. package/src/generators/library/lib/normalize-options.d.ts.map +1 -0
  73. package/src/generators/library/library.d.ts +1 -0
  74. package/src/generators/library/library.d.ts.map +1 -0
  75. package/src/generators/upgrade-native/lib/create-native-files.d.ts +1 -0
  76. package/src/generators/upgrade-native/lib/create-native-files.d.ts.map +1 -0
  77. package/src/generators/upgrade-native/lib/normalize-options.d.ts +1 -0
  78. package/src/generators/upgrade-native/lib/normalize-options.d.ts.map +1 -0
  79. package/src/generators/upgrade-native/upgrade-native.d.ts +1 -0
  80. package/src/generators/upgrade-native/upgrade-native.d.ts.map +1 -0
  81. package/src/generators/web-configuration/lib/normalize-schema.d.ts +1 -0
  82. package/src/generators/web-configuration/lib/normalize-schema.d.ts.map +1 -0
  83. package/src/generators/web-configuration/lib/webpack-targets.d.ts +1 -0
  84. package/src/generators/web-configuration/lib/webpack-targets.d.ts.map +1 -0
  85. package/src/generators/web-configuration/web-configuration.d.ts +1 -0
  86. package/src/generators/web-configuration/web-configuration.d.ts.map +1 -0
  87. package/src/migrations/update-19-6-0/rename-upgrade-target-name.d.ts +1 -0
  88. package/src/migrations/update-19-6-0/rename-upgrade-target-name.d.ts.map +1 -0
  89. package/src/utils/add-jest.d.ts +1 -0
  90. package/src/utils/add-jest.d.ts.map +1 -0
  91. package/src/utils/add-linting.d.ts +1 -0
  92. package/src/utils/add-linting.d.ts.map +1 -0
  93. package/src/utils/chmod-android-gradle-files.d.ts +1 -0
  94. package/src/utils/chmod-android-gradle-files.d.ts.map +1 -0
  95. package/src/utils/ensure-dependencies.d.ts +1 -0
  96. package/src/utils/ensure-dependencies.d.ts.map +1 -0
  97. package/src/utils/ensure-node-modules-symlink.d.ts +1 -0
  98. package/src/utils/ensure-node-modules-symlink.d.ts.map +1 -0
  99. package/src/utils/find-all-npm-dependencies.d.ts +1 -0
  100. package/src/utils/find-all-npm-dependencies.d.ts.map +1 -0
  101. package/src/utils/get-cli-options.d.ts +1 -0
  102. package/src/utils/get-cli-options.d.ts.map +1 -0
  103. package/src/utils/pod-install-task.d.ts +1 -0
  104. package/src/utils/pod-install-task.d.ts.map +1 -0
  105. package/src/utils/testing-generators.d.ts +1 -0
  106. package/src/utils/testing-generators.d.ts.map +1 -0
  107. package/src/utils/versions.d.ts +1 -0
  108. package/src/utils/versions.d.ts.map +1 -0
package/.eslintrc.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "extends": "../../.eslintrc",
2
+ "extends": "../../.eslintrc.json",
3
3
  "rules": {},
4
- "ignorePatterns": ["!**/*"],
4
+ "ignorePatterns": ["!**/*", "node_modules"],
5
5
  "overrides": [
6
6
  {
7
7
  "files": [
@@ -24,12 +24,14 @@
24
24
  {
25
25
  "buildTargets": ["build-base"],
26
26
  "ignoredDependencies": [
27
+ "tslib",
27
28
  "nx",
28
29
  "eslint",
29
30
  "prettier",
30
31
  "typescript",
31
32
  "react",
32
33
  "react-native",
34
+
33
35
  // These are in ensurePackage
34
36
  "@nx/rollup",
35
37
  "@nx/storybook",
package/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export { reactNativeApplicationGenerator } from './src/generators/application/ap
3
3
  export { reactNativeLibraryGenerator } from './src/generators/library/library';
4
4
  export { reactNativeComponentGenerator } from './src/generators/component/component';
5
5
  export { withNxMetro } from './plugins/with-nx-metro';
6
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/react-native/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react-native",
3
- "version": "21.3.0",
3
+ "version": "21.4.0-beta.0",
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": [
@@ -23,9 +23,17 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "author": "Victor Savkin",
26
- "main": "./index",
26
+ "main": "./index.js",
27
27
  "types": "index.d.ts",
28
28
  "dependencies": {
29
+ "@nx/detox": "21.4.0-beta.0",
30
+ "@nx/devkit": "21.4.0-beta.0",
31
+ "@nx/eslint": "21.4.0-beta.0",
32
+ "@nx/jest": "21.4.0-beta.0",
33
+ "@nx/js": "21.4.0-beta.0",
34
+ "@nx/react": "21.4.0-beta.0",
35
+ "@nx/rollup": "21.4.0-beta.0",
36
+ "@nx/workspace": "21.4.0-beta.0",
29
37
  "ajv": "^8.12.0",
30
38
  "enhanced-resolve": "^5.8.3",
31
39
  "glob": "7.1.4",
@@ -34,13 +42,10 @@
34
42
  "metro-resolver": "~0.80.4",
35
43
  "picocolors": "^1.1.0",
36
44
  "tsconfig-paths": "^4.1.2",
37
- "tslib": "^2.3.0",
38
- "@nx/devkit": "21.3.0",
39
- "@nx/jest": "21.3.0",
40
- "@nx/js": "21.3.0",
41
- "@nx/eslint": "21.3.0",
42
- "@nx/react": "21.3.0",
43
- "@nx/workspace": "21.3.0"
45
+ "tslib": "^2.3.0"
46
+ },
47
+ "devDependencies": {
48
+ "nx": "21.4.0-beta.0"
44
49
  },
45
50
  "executors": "./executors.json",
46
51
  "ng-update": {
package/plugin.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { createNodes, createNodesV2, ReactNativePluginOptions, } from './plugins/plugin';
2
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/react-native/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,wBAAwB,GACzB,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=svg-mock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg-mock.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/plugins/jest/svg-mock.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export declare function getResolveRequest(extensions: string[], exportsConditionNames?: string[], mainFields?: string[]): (_context: any, realModuleName: string, platform: string | null) => any;
2
+ //# sourceMappingURL=metro-resolver.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metro-resolver.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/metro-resolver.ts"],"names":[],"mappings":"AAeA,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,EAAE,EACpB,qBAAqB,GAAE,MAAM,EAAO,EACpC,UAAU,GAAE,MAAM,EAAO,IAGvB,UAAU,GAAG,EACb,gBAAgB,MAAM,EACtB,UAAU,MAAM,GAAG,IAAI,SAwC1B"}
@@ -118,6 +118,9 @@ function getMatcher(debug) {
118
118
  let resolver;
119
119
  function getPnpmResolver(extensions, exportsConditionNames = [], mainFields = []) {
120
120
  if (!resolver) {
121
+ // Create a filesystem adapter that matches enhanced-resolve's expected interface
122
+ // This is compatible with the latest version of enhanced-resolve and is the intended way to use it.
123
+ // See https://github.com/webpack/enhanced-resolve/commit/d55471f20c17bce4def0b53cfe0b7027e7b48d82
121
124
  const fileSystem = new enhanced_resolve_1.CachedInputFileSystem(fs, 4000);
122
125
  resolver = enhanced_resolve_1.ResolverFactory.createResolver({
123
126
  fileSystem,
@@ -12,3 +12,4 @@ export interface ReactNativePluginOptions {
12
12
  }
13
13
  export declare const createNodesV2: CreateNodesV2<ReactNativePluginOptions>;
14
14
  export declare const createNodes: CreateNodes<ReactNativePluginOptions>;
15
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAIX,aAAa,EAOd,MAAM,YAAY,CAAC;AAUpB,MAAM,WAAW,wBAAwB;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAyBD,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,wBAAwB,CAsBjE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,wBAAwB,CAqB7D,CAAC"}
@@ -23,3 +23,4 @@ interface WithNxOptions {
23
23
  }
24
24
  export declare function withNxMetro(userConfig: MetroConfig, opts?: WithNxOptions): Promise<import("metro-config").ConfigT>;
25
25
  export {};
26
+ //# sourceMappingURL=with-nx-metro.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-nx-metro.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/with-nx-metro.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAMhD,UAAU,aAAa;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAKxB,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;IACjC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,wBAAsB,WAAW,CAC/B,UAAU,EAAE,WAAW,EACvB,IAAI,GAAE,aAAkB,2CAmCzB"}
package/project.json CHANGED
@@ -4,9 +4,14 @@
4
4
  "sourceRoot": "packages/react-native/src",
5
5
  "projectType": "library",
6
6
  "targets": {
7
- "build-base": {
8
- "executor": "@nx/js:tsc",
7
+ "build": {
8
+ "outputs": ["{workspaceRoot}/dist/packages/react-native/README.md"],
9
+ "command": "node ./scripts/copy-readme.js react-native"
10
+ },
11
+ "legacy-post-build": {
12
+ "executor": "@nx/workspace-plugin:legacy-post-build",
9
13
  "options": {
14
+ "tsConfig": "./tsconfig.lib.json",
10
15
  "assets": [
11
16
  "packages/react-native/*.md",
12
17
  {
@@ -37,10 +42,6 @@
37
42
  }
38
43
  ]
39
44
  }
40
- },
41
- "build": {
42
- "outputs": ["{workspaceRoot}/build/packages/react-native/README.md"],
43
- "command": "node ./scripts/copy-readme.js react-native"
44
45
  }
45
46
  }
46
47
  }
@@ -4,3 +4,4 @@ export interface ReactNativeBuildOutput {
4
4
  success: boolean;
5
5
  }
6
6
  export default function buildAndroidExecutor(options: ReactNativeBuildAndroidOptions, context: ExecutorContext): AsyncGenerator<ReactNativeBuildOutput>;
7
+ //# sourceMappingURL=build-android.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-android.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/build-android/build-android.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAI1D,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,oBAAoB,CACjD,OAAO,EAAE,8BAA8B,EACvC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,sBAAsB,CAAC,CAOxC"}
@@ -4,3 +4,4 @@ export interface ReactNativeBuildIosOutput {
4
4
  success: boolean;
5
5
  }
6
6
  export default function buildIosExecutor(options: ReactNativeBuildIosOptions, context: ExecutorContext): AsyncGenerator<ReactNativeBuildIosOutput>;
7
+ //# sourceMappingURL=build-ios.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-ios.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/build-ios/build-ios.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAK7C,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAGtD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,gBAAgB,CAC7C,OAAO,EAAE,0BAA0B,EACnC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,yBAAyB,CAAC,CAS3C"}
@@ -4,3 +4,4 @@ export interface ReactNativeBundleOutput {
4
4
  success: boolean;
5
5
  }
6
6
  export default function bundleExecutor(options: ReactNativeBundleOptions, context: ExecutorContext): AsyncGenerator<ReactNativeBundleOutput>;
7
+ //# sourceMappingURL=bundle.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/bundle/bundle.impl.ts"],"names":[],"mappings":"AACA,OAAO,EAAS,eAAe,EAAE,MAAM,YAAY,CAAC;AAIpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAEpD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,cAAc,CAC3C,OAAO,EAAE,wBAAwB,EACjC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,uBAAuB,CAAC,CAUzC"}
@@ -7,3 +7,4 @@ export interface ReactNativeEnsureSymlinkOutput {
7
7
  * @deprecated It is no longer needed for react native 73.
8
8
  */
9
9
  export default function ensureSymlinkExecutor(_: any, context: ExecutorContext): AsyncGenerator<ReactNativeEnsureSymlinkOutput>;
10
+ //# sourceMappingURL=ensure-symlink.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ensure-symlink.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/ensure-symlink/ensure-symlink.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,MAAM,WAAW,8BAA8B;IAC7C,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;GAGG;AACH,wBAA+B,qBAAqB,CAClD,CAAC,KAAA,EACD,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,8BAA8B,CAAC,CAOhD"}
@@ -4,3 +4,4 @@ export interface ReactNativePodInstallOutput {
4
4
  success: boolean;
5
5
  }
6
6
  export default function podInstall(options: ReactNativePodInstallOptions, context: ExecutorContext): AsyncGenerator<ReactNativePodInstallOutput>;
7
+ //# sourceMappingURL=pod-install.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pod-install.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/pod-install/pod-install.impl.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAExD,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,UAAU,CACvC,OAAO,EAAE,4BAA4B,EACrC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,2BAA2B,CAAC,CAO7C"}
@@ -4,3 +4,4 @@ export interface ReactNativeRunAndroidOutput {
4
4
  success: boolean;
5
5
  }
6
6
  export default function runAndroidExecutor(options: ReactNativeRunAndroidOptions, context: ExecutorContext): AsyncGenerator<ReactNativeRunAndroidOutput>;
7
+ //# sourceMappingURL=run-android.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"run-android.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/run-android/run-android.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAI7C,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAKxD,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,kBAAkB,CAC/C,OAAO,EAAE,4BAA4B,EACrC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,2BAA2B,CAAC,CAoB7C"}
@@ -4,3 +4,4 @@ export interface ReactNativeRunIosOutput {
4
4
  success: boolean;
5
5
  }
6
6
  export default function runIosExecutor(options: ReactNativeRunIosOptions, context: ExecutorContext): AsyncGenerator<ReactNativeRunIosOutput>;
7
+ //# sourceMappingURL=run-ios.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"run-ios.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/run-ios/run-ios.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAoC,MAAM,YAAY,CAAC;AAQ/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACpD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,cAAc,CAC3C,OAAO,EAAE,wBAAwB,EACjC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,uBAAuB,CAAC,CAsBzC"}
@@ -1 +1,2 @@
1
1
  export declare function isPackagerRunning(packagerPort: number): Promise<'running' | 'not_running' | 'unrecognized'>;
2
+ //# sourceMappingURL=is-packager-running.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-packager-running.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/executors/start/lib/is-packager-running.ts"],"names":[],"mappings":"AAAA,wBAAsB,iBAAiB,CACrC,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,SAAS,GAAG,aAAa,GAAG,cAAc,CAAC,CAQrD"}
@@ -7,3 +7,4 @@ export interface ReactNativeStartOutput {
7
7
  }
8
8
  export default function startExecutor(options: ReactNativeStartOptions, context: ExecutorContext): AsyncGenerator<ReactNativeStartOutput>;
9
9
  export declare function runCliStart(workspaceRoot: string, projectRoot: string, options: ReactNativeStartOptions): Promise<ChildProcess>;
10
+ //# sourceMappingURL=start.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/start/start.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAU,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,YAAY,EAAQ,MAAM,eAAe,CAAC;AAGnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,aAAa,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,sBAAsB,CAAC,CAUxC;AAMD,wBAAsB,WAAW,CAC/B,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,YAAY,CAAC,CAqBvB"}
@@ -8,3 +8,4 @@ export default function reactNativeStorybookExecutor(options: ReactNativeStorybo
8
8
  success: boolean;
9
9
  }>;
10
10
  export declare function runCliStorybook(workspaceRoot: string, options: ReactNativeStorybookOptions): void;
11
+ //# sourceMappingURL=storybook.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storybook.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/storybook/storybook.impl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAwB,MAAM,YAAY,CAAC;AAKnE,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAOvD;;;GAGG;AACH,wBAA+B,4BAA4B,CACzD,OAAO,EAAE,2BAA2B,EACpC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CA2CtC;AAED,wBAAgB,eAAe,CAC7B,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,2BAA2B,QAwBrC"}
@@ -7,3 +7,4 @@ export interface ReactNativeSyncDepsOutput {
7
7
  export default function syncDepsExecutor(options: ReactNativeSyncDepsOptions, context: ExecutorContext): AsyncGenerator<ReactNativeSyncDepsOutput>;
8
8
  export declare function syncDeps(projectName: string, projectPackageJson: PackageJson, projectPackageJsonPath: string, workspacePackageJson: PackageJson, projectGraph?: ProjectGraph, include?: string[], exclude?: string[], all?: boolean): Promise<string[]>;
9
9
  export declare function displayNewlyAddedDepsMessage(projectName: string, deps: string[]): void;
10
+ //# sourceMappingURL=sync-deps.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-deps.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/sync-deps/sync-deps.impl.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,eAAe,EACf,YAAY,EAKb,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,gBAAgB,CAC7C,OAAO,EAAE,0BAA0B,EACnC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,yBAAyB,CAAC,CAgC3C;AAED,wBAAsB,QAAQ,CAC5B,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,WAAW,EAC/B,sBAAsB,EAAE,MAAM,EAC9B,oBAAoB,EAAE,WAAW,EACjC,YAAY,GAAE,YAAuC,EACrD,OAAO,GAAE,MAAM,EAAO,EACtB,OAAO,GAAE,MAAM,EAAO,EACtB,GAAG,GAAE,OAAe,GACnB,OAAO,CAAC,MAAM,EAAE,CAAC,CAwDnB;AAED,wBAAgB,4BAA4B,CAC1C,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,MAAM,EAAE,QAcf"}
@@ -10,3 +10,4 @@ export interface ReactNativeUpgradeOutput {
10
10
  */
11
11
  export default function upgradeExecutor(options: UpgradeExecutorSchema, context: ExecutorContext): AsyncGenerator<ReactNativeUpgradeOutput>;
12
12
  export declare function runCliUpgrade(workspaceRoot: string, projectRoot: string): Promise<ChildProcess>;
13
+ //# sourceMappingURL=upgrade.impl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upgrade.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/upgrade/upgrade.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,EAAE,YAAY,EAAQ,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;GAGG;AACH,wBAA+B,eAAe,CAC5C,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,wBAAwB,CAAC,CAM1C;AAED,wBAAgB,aAAa,CAC3B,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,YAAY,CAAC,CAmCvB"}
@@ -3,3 +3,4 @@ import { Schema } from './schema';
3
3
  export declare function reactNativeApplicationGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
4
4
  export declare function reactNativeApplicationGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
5
5
  export default reactNativeApplicationGenerator;
6
+ //# sourceMappingURL=application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/application/application.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAKjB,IAAI,EACL,MAAM,YAAY,CAAC;AAepB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAUlC,wBAAsB,+BAA+B,CACnD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,uCAAuC,CAC3D,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CA6F5B;AA4CD,eAAe,+BAA+B,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function addE2e(host: Tree, options: NormalizedSchema): Promise<GeneratorCallback>;
4
+ //# sourceMappingURL=add-e2e.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-e2e.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/add-e2e.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,IAAI,EAAwB,MAAM,YAAY,CAAC;AAI3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,MAAM,CAC1B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAyC5B"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function addProject(host: Tree, options: NormalizedSchema): void;
4
+ //# sourceMappingURL=add-project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/add-project.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EAEL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QA+C/D"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { NormalizedSchema } from './normalize-options';
3
3
  export declare function createApplicationFiles(host: Tree, options: NormalizedSchema): Promise<void>;
4
+ //# sourceMappingURL=create-application-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-application-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/create-application-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuC,IAAI,EAAE,MAAM,YAAY,CAAC;AAGvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAMvD,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,iBAmD1B"}
@@ -17,3 +17,4 @@ export interface NormalizedSchema extends Omit<Schema, 'useTsSolution'> {
17
17
  isTsSolutionSetup: boolean;
18
18
  }
19
19
  export declare function normalizeOptions(host: Tree, options: Schema): Promise<NormalizedSchema>;
20
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,IAAI,EAAE,MAAM,YAAY,CAAC;AAKxE,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,MAAM,EAAE,eAAe,CAAC;IACrE,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAwD3B"}
@@ -2,3 +2,4 @@ import { Schema } from './schema';
2
2
  import { Tree } from '@nx/devkit';
3
3
  export declare function reactNativeComponentGenerator(host: Tree, schema: Schema): Promise<void>;
4
4
  export default reactNativeComponentGenerator;
5
+ //# sourceMappingURL=component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/component/component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAML,IAAI,EACL,MAAM,YAAY,CAAC;AAOpB,wBAAsB,6BAA6B,CACjD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,iBAUf;AAwED,eAAe,6BAA6B,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type * as ts from 'typescript';
2
2
  import { StringChange } from '@nx/devkit';
3
3
  export declare function addImport(source: ts.SourceFile, statement: string): StringChange[];
4
+ //# sourceMappingURL=add-import.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-import.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/component/lib/add-import.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAc,YAAY,EAAE,MAAM,YAAY,CAAC;AAItD,wBAAgB,SAAS,CACvB,MAAM,EAAE,EAAE,CAAC,UAAU,EACrB,SAAS,EAAE,MAAM,GAChB,YAAY,EAAE,CAuBhB"}
@@ -13,3 +13,4 @@ export interface NormalizedSchema extends Omit<Schema, 'js'> {
13
13
  projectRoot: string;
14
14
  }
15
15
  export declare function normalizeOptions(host: Tree, options: Schema): Promise<NormalizedSchema>;
16
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/component/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,IAAI,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,6DAA6D,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC;IAC1D,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CA+C3B"}
@@ -5,3 +5,4 @@ interface Schema {
5
5
  }
6
6
  export declare function convertToInferred(tree: Tree, options: Schema): Promise<() => void>;
7
7
  export default convertToInferred;
8
+ //# sourceMappingURL=convert-to-inferred.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAW7E,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,uBA0HlE;AAED,eAAe,iBAAiB,CAAC"}
@@ -4,3 +4,4 @@ import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/
4
4
  * which was used by most executors to map their options to CLI options.
5
5
  */
6
6
  export declare function createProcessOptions(executorName: string, optionKeysToIgnore: string[], optionKeysInCamelName: string[]): (projectName: string, options: any, migrationLogs: AggregatedLog) => void;
7
+ //# sourceMappingURL=create-process-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-process-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/convert-to-inferred/lib/create-process-options.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAEpG;;;GAGG;AACH,wBAAgB,oBAAoB,CAClC,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAAE,EAC5B,qBAAqB,EAAE,MAAM,EAAE,IAEvB,aAAa,MAAM,EAAE,SAAS,GAAG,EAAE,eAAe,aAAa,UA8BxE"}
@@ -4,3 +4,4 @@ export declare function postTargetTransformer(migrationLogs: AggregatedLog, proc
4
4
  projectName: string;
5
5
  root: string;
6
6
  }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration<any>;
7
+ //# sourceMappingURL=post-target-transformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/convert-to-inferred/lib/post-target-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,qBAAqB,CACnC,aAAa,EAAE,aAAa,EAC5B,cAAc,CAAC,EAAE,CACf,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,GAAG,EACZ,aAAa,EAAE,aAAa,KACzB,IAAI,IAGP,QAAQ,mBAAmB,EAC3B,OAAO,IAAI,EACX,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,8BAwCnD"}
@@ -1,2 +1,3 @@
1
1
  import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
2
2
  export declare function processStartOptions(_projectName: string, options: any, _migrationLogs: AggregatedLog): void;
3
+ //# sourceMappingURL=process-start-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"process-start-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/convert-to-inferred/lib/process-start-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAEpG,wBAAgB,mBAAmB,CACjC,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,GAAG,EACZ,cAAc,EAAE,aAAa,QAkB9B"}
@@ -4,3 +4,4 @@ export declare function reactNativeInitGenerator(host: Tree, schema: Schema): Pr
4
4
  export declare function reactNativeInitGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
5
5
  export declare function updateDependencies(host: Tree, schema: Schema): GeneratorCallback;
6
6
  export default reactNativeInitGenerator;
7
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAIjB,IAAI,EACL,MAAM,YAAY,CAAC;AAUpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAKlE;AAED,wBAAsB,gCAAgC,CACpD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,8BA2Ef;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,qBAc5D;AAMD,eAAe,wBAAwB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function addGitIgnoreEntry(host: Tree): void;
3
+ //# sourceMappingURL=add-git-ignore-entry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-git-ignore-entry.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/init/lib/add-git-ignore-entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,IAAI,EAAE,MAAM,YAAY,CAAC;AAI1C,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,QAqB3C"}
@@ -1 +1,2 @@
1
1
  export declare const gitIgnoreEntriesForReactNative = "\n# React Native\n\n# OSX\n#\n.DS_Store\n\n# Xcode\n#\nbuild/\n*.pbxuser\n!default.pbxuser\n*.mode1v3\n!default.mode1v3\n*.mode2v3\n!default.mode2v3\n*.perspectivev3\n!default.perspectivev3\nxcuserdata\n*.xccheckout\n*.moved-aside\nDerivedData\n*.hmap\n*.ipa\n*.xcuserstate\n**/.xcode.env.local\n\n# Android/IntelliJ\n#\nbuild/\n.idea\n.gradle\nlocal.properties\n*.iml\n*.hprof\n.cxx/\n*.keystore\n!debug.keystore\n\n# node.js\n#\nnode_modules/\nnpm-debug.log\nyarn-error.log\n\n# fastlane\n#\n# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the\n# screenshots whenever they are needed.\n# For more information about the recommended setup visit:\n# https://docs.fastlane.tools/best-practices/source-control/\n\n**/fastlane/report.xml\n**/fastlane/Preview.html\n**/fastlane/screenshots\n**/fastlane/test_output\n\n# Bundle artifact\n*.jsbundle\n\n# Ruby / CocoaPods\n**/Pods/\n**/vendor/bundle/\n\n# Temporary files created by Metro to check the health of the file watcher\n.metro-health-check*\n\n# testing\n/coverage\n";
2
+ //# sourceMappingURL=gitignore-entries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitignore-entries.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/init/lib/gitignore-entries.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,8BAA8B,ujCAqE1C,CAAC"}
@@ -12,3 +12,4 @@ export interface NormalizedSchema extends Schema {
12
12
  isUsingTsSolutionConfig: boolean;
13
13
  }
14
14
  export declare function normalizeOptions(host: Tree, options: Schema): Promise<NormalizedSchema>;
15
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/library/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,YAAY,CAAC;AAK9C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBAAiB,SAAQ,MAAM;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uBAAuB,EAAE,OAAO,CAAC;CAClC;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAsC3B"}
@@ -3,3 +3,4 @@ import { Schema } from './schema';
3
3
  export declare function reactNativeLibraryGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
4
4
  export declare function reactNativeLibraryGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
5
5
  export default reactNativeLibraryGenerator;
6
+ //# sourceMappingURL=library.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAQjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAYpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAclC,wBAAsB,2BAA2B,CAC/C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,mCAAmC,CACvD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CA6G5B;AA+JD,eAAe,2BAA2B,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { UpgradeNativeConfigureSchema } from '../schema';
3
3
  export declare function createNativeFiles(host: Tree, schema: UpgradeNativeConfigureSchema, appProjectRoot: string): void;
4
+ //# sourceMappingURL=create-native-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-native-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/upgrade-native/lib/create-native-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AAIpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAEzD,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,4BAA4B,EACpC,cAAc,EAAE,MAAM,QAoBvB"}
@@ -10,3 +10,4 @@ export interface NormalizedSchema {
10
10
  offsetFromRoot: string;
11
11
  }
12
12
  export declare function normalizeOptions(options: UpgradeNativeConfigureSchema, appProjectRoot: string): NormalizedSchema;
13
+ //# sourceMappingURL=normalize-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/upgrade-native/lib/normalize-options.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAEzD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,SAAS,GAAG,YAAY,GAAG,OAAO,GAAG,MAAM,CAAC;IAC3D,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,4BAA4B,EACrC,cAAc,EAAE,MAAM,GACrB,gBAAgB,CAsBlB"}
@@ -8,3 +8,4 @@ import { GeneratorCallback, Tree } from '@nx/devkit';
8
8
  import { UpgradeNativeConfigureSchema } from './schema';
9
9
  export declare function reactNativeUpgradeNativeGenerator(host: Tree, schema: UpgradeNativeConfigureSchema): Promise<GeneratorCallback>;
10
10
  export default reactNativeUpgradeNativeGenerator;
11
+ //# sourceMappingURL=upgrade-native.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upgrade-native.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/upgrade-native/upgrade-native.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,iBAAiB,EAIjB,IAAI,EAEL,MAAM,YAAY,CAAC;AAOpB,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAExD,wBAAsB,iCAAiC,CACrD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,4BAA4B,GACnC,OAAO,CAAC,iBAAiB,CAAC,CA6B5B;AAED,eAAe,iCAAiC,CAAC"}
@@ -15,3 +15,4 @@ export declare function normalizeSchema(tree: Tree, schema: WebConfigurationGene
15
15
  skipFormat?: boolean;
16
16
  skipPackageJson?: boolean;
17
17
  };
18
+ //# sourceMappingURL=normalize-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalize-schema.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/web-configuration/lib/normalize-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAsC,MAAM,YAAY,CAAC;AACtE,OAAO,EAAE,+BAA+B,EAAE,MAAM,WAAW,CAAC;AAE5D,MAAM,WAAW,gBAAiB,SAAQ,+BAA+B;IACvE,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,+BAA+B;;;;;;;;;EAWxC"}
@@ -6,3 +6,4 @@ export declare function createBuildTarget(tree: Tree, options: NormalizedSchema)
6
6
  export declare function createServeTarget(options: NormalizedSchema): TargetConfiguration;
7
7
  export declare function createNxWebpackPluginOptions(tree: Tree, options: NormalizedSchema): WithNxOptions & WithReactOptions;
8
8
  export declare function determineTsConfig(tree: Tree, options: NormalizedSchema): "tsconfig.app.json" | "tsconfig.lib.json" | "tsconfig.json";
9
+ //# sourceMappingURL=webpack-targets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webpack-targets.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/web-configuration/lib/webpack-targets.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,IAAI,EAGL,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,CA6CrB;AAED,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,gBAAgB,GACxB,mBAAmB,CAkBrB;AAED,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,aAAa,GAAG,gBAAgB,CAelC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,+DAUtE"}
@@ -10,3 +10,4 @@ import { WebConfigurationGeneratorSchema } from './schema';
10
10
  */
11
11
  export declare function webConfigurationGenerator(tree: Tree, options: WebConfigurationGeneratorSchema): Promise<GeneratorCallback>;
12
12
  export default webConfigurationGenerator;
13
+ //# sourceMappingURL=web-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"web-configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/web-configuration/web-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,iBAAiB,EAIjB,IAAI,EACL,MAAM,YAAY,CAAC;AAgBpB,OAAO,EAAE,+BAA+B,EAAE,MAAM,UAAU,CAAC;AAE3D;;;;;;;GAOG;AACH,wBAAsB,yBAAyB,CAC7C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,+BAA+B,8BA+DzC;AAiED,eAAe,yBAAyB,CAAC"}
@@ -3,3 +3,4 @@ import { Tree } from '@nx/devkit';
3
3
  * There was a typo in @nx/react-native/plugin, where "upgradeTargetName" was "upgradeTargetname"
4
4
  */
5
5
  export default function update(tree: Tree): Promise<void>;
6
+ //# sourceMappingURL=rename-upgrade-target-name.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rename-upgrade-target-name.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/migrations/update-19-6-0/rename-upgrade-target-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,IAAI,EAAgB,MAAM,YAAY,CAAC;AAEzE;;GAEG;AACH,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,iBAe9C"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function addJest(host: Tree, unitTestRunner: 'jest' | 'none', projectName: string, appProjectRoot: string, js: boolean, skipPackageJson: boolean, addPlugin: boolean, runtimeTsconfigFileName: string): Promise<import("@nx/devkit").GeneratorCallback>;
3
+ //# sourceMappingURL=add-jest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-jest.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/add-jest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,YAAY,CAAC;AAGlD,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,MAAM,GAAG,MAAM,EAC/B,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,OAAO,EACX,eAAe,EAAE,OAAO,EACxB,SAAS,EAAE,OAAO,EAClB,uBAAuB,EAAE,MAAM,mDAgDhC"}
@@ -11,3 +11,4 @@ interface NormalizedSchema {
11
11
  }
12
12
  export declare function addLinting(host: Tree, options: NormalizedSchema): Promise<GeneratorCallback>;
13
13
  export {};
14
+ //# sourceMappingURL=add-linting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-linting.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/add-linting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAwB,MAAM,YAAY,CAAC;AACtE,OAAO,EAEL,iBAAiB,EAEjB,IAAI,EACL,MAAM,YAAY,CAAC;AAWpB,UAAU,gBAAgB;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAsB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,8BAsDrE"}
@@ -1,3 +1,4 @@
1
1
  import { GeneratorCallback } from '@nx/devkit';
2
2
  export declare function chmodAndroidGradlewFiles(androidFolder: string): void;
3
3
  export declare function chmodAndroidGradlewFilesTask(androidFolder: string): GeneratorCallback;
4
+ //# sourceMappingURL=chmod-android-gradle-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chmod-android-gradle-files.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/chmod-android-gradle-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAU,MAAM,YAAY,CAAC;AAIvD,wBAAgB,wBAAwB,CAAC,aAAa,EAAE,MAAM,QAO7D;AAED,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,MAAM,GACpB,iBAAiB,CASnB"}
@@ -1,2 +1,3 @@
1
1
  import { GeneratorCallback, Tree } from '@nx/devkit';
2
2
  export declare function ensureDependencies(tree: Tree): GeneratorCallback;
3
+ //# sourceMappingURL=ensure-dependencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EACjB,IAAI,EACL,MAAM,YAAY,CAAC;AAsBpB,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,iBAAiB,CA+BhE"}
@@ -7,3 +7,4 @@
7
7
  * @param projectRoot path of app project root
8
8
  */
9
9
  export declare function ensureNodeModulesSymlink(workspaceRoot: string, projectRoot: string): void;
10
+ //# sourceMappingURL=ensure-node-modules-symlink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ensure-node-modules-symlink.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/ensure-node-modules-symlink.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACtC,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,GAClB,IAAI,CAcN"}
@@ -1,2 +1,3 @@
1
1
  import { ProjectGraph } from '@nx/devkit';
2
2
  export declare function findAllNpmDependencies(graph: ProjectGraph, projectName: string, list?: string[], seen?: Set<string>): string[];
3
+ //# sourceMappingURL=find-all-npm-dependencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"find-all-npm-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/find-all-npm-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE1C,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,YAAY,EACnB,WAAW,EAAE,MAAM,EACnB,IAAI,GAAE,MAAM,EAAO,EACnB,IAAI,cAAoB,YA4BzB"}
@@ -6,3 +6,4 @@
6
6
  * @returns options that can be passed to the React Native CLI
7
7
  */
8
8
  export declare function getCliOptions<T>(options: T, optionKeysToIgnore?: string[], optionKeysInCamelName?: string[]): string[];
9
+ //# sourceMappingURL=get-cli-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-cli-options.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/get-cli-options.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAC7B,OAAO,EAAE,CAAC,EACV,kBAAkB,GAAE,MAAM,EAAO,EACjC,qBAAqB,GAAE,MAAM,EAAO,GACnC,MAAM,EAAE,CAkBV"}
@@ -16,3 +16,4 @@ export declare function podInstall(iosDirectory: string, options?: {
16
16
  deployment?: boolean;
17
17
  useBundler?: boolean;
18
18
  }): void;
19
+ //# sourceMappingURL=pod-install-task.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pod-install-task.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/pod-install-task.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAU,MAAM,YAAY,CAAC;AAavD;;;;GAIG;AACH,wBAAgB,aAAa,CAC3B,YAAY,EAAE,MAAM,EACpB,OAAO,GAAE,OAAc,EACvB,OAAO,GAAE;IACP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CAMtB,GACA,iBAAiB,CAgBnB;AAED,wBAAgB,UAAU,CACxB,YAAY,EAAE,MAAM,EACpB,OAAO,GAAE;IACP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CAMtB,QAwBF"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export declare function createApp(tree: Tree, appName: string): Promise<void>;
3
3
  export declare function createLib(tree: Tree, libName: string): Promise<void>;
4
+ //# sourceMappingURL=testing-generators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testing-generators.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/testing-generators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,IAAI,EAAE,MAAM,YAAY,CAAC;AAGlE,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAW1E;AAED,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAY1E"}
@@ -19,3 +19,4 @@ export declare const reactNativeSvgTransformerVersion = "~1.5.0";
19
19
  export declare const reactNativeSvgVersion = "~15.8.0";
20
20
  export declare const reacttNativeSvgWebVersion = "~1.0.9";
21
21
  export declare const babelRuntimeVersion = "~7.26.0";
22
+ //# sourceMappingURL=versions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,kBAAkB,YAAY,CAAC;AAE5C,eAAO,MAAM,gBAAgB,YAAY,CAAC;AAE1C,eAAO,MAAM,8BAA8B,YAAY,CAAC;AACxD,eAAO,MAAM,6CAA6C,YAAY,CAAC;AACvE,eAAO,MAAM,yCAAyC,YAAY,CAAC;AAEnE,eAAO,MAAM,6BAA6B,YAAY,CAAC;AACvD,eAAO,MAAM,6BAA6B,YAAY,CAAC;AACvD,eAAO,MAAM,qBAAqB,aAAa,CAAC;AAEhD,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,eAAe,YAAY,CAAC;AACzC,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAClD,eAAO,MAAM,iBAAiB,aAAa,CAAC;AAC5C,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAE9C,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,+BAA+B,WAAW,CAAC;AAExD,eAAO,MAAM,sBAAsB,WAAW,CAAC;AAE/C,eAAO,MAAM,gCAAgC,WAAW,CAAC;AACzD,eAAO,MAAM,qBAAqB,YAAY,CAAC;AAC/C,eAAO,MAAM,yBAAyB,WAAW,CAAC;AAElD,eAAO,MAAM,mBAAmB,YAAY,CAAC"}