@nx/react-native 23.0.0-pr.35413.460eeef → 23.0.0-rc.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 (273) hide show
  1. package/{index.d.ts → dist/index.d.ts} +0 -1
  2. package/{plugin.d.ts → dist/plugin.d.ts} +0 -1
  3. package/dist/plugins/jest/svg-mock.d.ts +1 -0
  4. package/{plugins → dist/plugins}/jest/svg-mock.js +2 -0
  5. package/{plugins → dist/plugins}/metro-resolver.d.ts +0 -1
  6. package/{plugins → dist/plugins}/metro-resolver.js +2 -2
  7. package/{plugins → dist/plugins}/plugin.d.ts +3 -4
  8. package/{plugins → dist/plugins}/plugin.js +63 -36
  9. package/{plugins → dist/plugins}/with-nx-metro.d.ts +0 -1
  10. package/dist/readme-template.md +18 -0
  11. package/{src → dist/src}/executors/build-android/build-android.impl.d.ts +0 -1
  12. package/{src → dist/src}/executors/build-android/build-android.impl.js +2 -0
  13. package/{src → dist/src}/executors/build-android/schema.json +1 -0
  14. package/{src → dist/src}/executors/build-ios/build-ios.impl.d.ts +0 -1
  15. package/{src → dist/src}/executors/build-ios/build-ios.impl.js +2 -0
  16. package/{src → dist/src}/executors/build-ios/schema.json +1 -0
  17. package/{src → dist/src}/executors/bundle/bundle.impl.d.ts +0 -1
  18. package/{src → dist/src}/executors/bundle/bundle.impl.js +2 -0
  19. package/{src → dist/src}/executors/bundle/schema.json +1 -0
  20. package/{src → dist/src}/executors/ensure-symlink/ensure-symlink.impl.d.ts +0 -1
  21. package/{src → dist/src}/executors/pod-install/pod-install.impl.d.ts +0 -1
  22. package/{src → dist/src}/executors/pod-install/pod-install.impl.js +2 -0
  23. package/{src → dist/src}/executors/pod-install/schema.json +1 -0
  24. package/{src → dist/src}/executors/run-android/run-android.impl.d.ts +0 -1
  25. package/{src → dist/src}/executors/run-android/run-android.impl.js +2 -0
  26. package/{src → dist/src}/executors/run-android/schema.json +1 -0
  27. package/{src → dist/src}/executors/run-ios/run-ios.impl.d.ts +0 -1
  28. package/{src → dist/src}/executors/run-ios/run-ios.impl.js +2 -0
  29. package/{src → dist/src}/executors/run-ios/schema.json +1 -0
  30. package/{src → dist/src}/executors/start/lib/is-packager-running.d.ts +0 -1
  31. package/{src → dist/src}/executors/start/schema.json +1 -0
  32. package/{src → dist/src}/executors/start/start.impl.d.ts +0 -1
  33. package/{src → dist/src}/executors/start/start.impl.js +2 -0
  34. package/{src → dist/src}/executors/storybook/storybook.impl.d.ts +0 -5
  35. package/{src → dist/src}/executors/storybook/storybook.impl.js +0 -4
  36. package/{src → dist/src}/executors/sync-deps/sync-deps.impl.d.ts +0 -1
  37. package/dist/src/executors/upgrade/schema.json +12 -0
  38. package/{src → dist/src}/executors/upgrade/upgrade.impl.d.ts +0 -1
  39. package/{src → dist/src}/executors/upgrade/upgrade.impl.js +2 -0
  40. package/{src → dist/src}/generators/application/application.d.ts +0 -1
  41. package/{src → dist/src}/generators/application/application.js +9 -8
  42. package/{src → dist/src}/generators/application/lib/add-e2e.d.ts +0 -1
  43. package/{src → dist/src}/generators/application/lib/add-e2e.js +3 -5
  44. package/{src → dist/src}/generators/application/lib/add-project.d.ts +0 -1
  45. package/{src → dist/src}/generators/application/lib/add-project.js +4 -0
  46. package/{src → dist/src}/generators/application/lib/create-application-files.d.ts +0 -1
  47. package/{src → dist/src}/generators/application/lib/normalize-options.d.ts +0 -1
  48. package/{src → dist/src}/generators/application/lib/normalize-options.js +5 -5
  49. package/{src → dist/src}/generators/component/component.d.ts +0 -1
  50. package/{src → dist/src}/generators/component/component.js +5 -4
  51. package/{src → dist/src}/generators/component/lib/add-import.d.ts +0 -1
  52. package/{src → dist/src}/generators/component/lib/add-import.js +2 -2
  53. package/{src → dist/src}/generators/component/lib/normalize-options.d.ts +2 -3
  54. package/{src → dist/src}/generators/component/lib/normalize-options.js +5 -6
  55. package/{src → dist/src}/generators/component/schema.d.ts +0 -5
  56. package/{src → dist/src}/generators/component/schema.json +0 -5
  57. package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.d.ts +0 -1
  58. package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.js +6 -5
  59. package/{src → dist/src}/generators/convert-to-inferred/lib/create-process-options.d.ts +1 -2
  60. package/{src → dist/src}/generators/convert-to-inferred/lib/post-target-transformer.d.ts +1 -2
  61. package/{src → dist/src}/generators/convert-to-inferred/lib/post-target-transformer.js +2 -2
  62. package/dist/src/generators/convert-to-inferred/lib/process-start-options.d.ts +2 -0
  63. package/{src → dist/src}/generators/init/init.d.ts +0 -1
  64. package/{src → dist/src}/generators/init/init.js +8 -6
  65. package/{src → dist/src}/generators/init/lib/add-git-ignore-entry.d.ts +0 -1
  66. package/{src → dist/src}/generators/init/lib/gitignore-entries.d.ts +0 -1
  67. package/{src → dist/src}/generators/init/schema.d.ts +1 -1
  68. package/{src → dist/src}/generators/init/schema.json +1 -1
  69. package/{src → dist/src}/generators/library/lib/normalize-options.d.ts +0 -1
  70. package/{src → dist/src}/generators/library/lib/normalize-options.js +5 -5
  71. package/{src → dist/src}/generators/library/library.d.ts +0 -1
  72. package/{src → dist/src}/generators/library/library.js +18 -20
  73. package/{src → dist/src}/generators/web-configuration/lib/normalize-schema.d.ts +0 -1
  74. package/{src → dist/src}/generators/web-configuration/lib/webpack-targets.d.ts +0 -1
  75. package/{src → dist/src}/generators/web-configuration/web-configuration.d.ts +0 -1
  76. package/{src → dist/src}/generators/web-configuration/web-configuration.js +11 -39
  77. package/{src → dist/src}/migrations/update-21-4-0/remove-deprecated-deps.d.ts +0 -1
  78. package/{src → dist/src}/migrations/update-21-4-0/upgrade-react-native-projects.d.ts +0 -1
  79. package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.d.ts +9 -0
  80. package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.js +225 -0
  81. package/{src → dist/src}/utils/add-jest.d.ts +2 -3
  82. package/{src → dist/src}/utils/add-linting.d.ts +0 -1
  83. package/{src → dist/src}/utils/add-linting.js +11 -12
  84. package/{src → dist/src}/utils/chmod-android-gradle-files.d.ts +0 -1
  85. package/dist/src/utils/deprecation.d.ts +2 -0
  86. package/dist/src/utils/deprecation.js +19 -0
  87. package/{src → dist/src}/utils/ensure-dependencies.d.ts +0 -1
  88. package/dist/src/utils/ensure-dependencies.js +34 -0
  89. package/{src → dist/src}/utils/ensure-node-modules-symlink.d.ts +0 -1
  90. package/{src → dist/src}/utils/find-all-npm-dependencies.d.ts +0 -1
  91. package/{src → dist/src}/utils/get-cli-options.d.ts +0 -1
  92. package/{src → dist/src}/utils/pod-install-task.d.ts +0 -1
  93. package/{src → dist/src}/utils/react-native-project-detection.d.ts +0 -1
  94. package/{src → dist/src}/utils/react-native-project-detection.js +2 -2
  95. package/{src → dist/src}/utils/testing-generators.d.ts +0 -1
  96. package/dist/src/utils/versions.d.ts +33 -0
  97. package/dist/src/utils/versions.js +73 -0
  98. package/dist/typings/svg.d.ts +7 -0
  99. package/executors.json +22 -22
  100. package/generators.json +12 -12
  101. package/migrations.json +48 -36
  102. package/package.json +86 -14
  103. package/index.d.ts.map +0 -1
  104. package/plugin.d.ts.map +0 -1
  105. package/plugins/jest/svg-mock.d.ts +0 -1
  106. package/plugins/jest/svg-mock.d.ts.map +0 -1
  107. package/plugins/metro-resolver.d.ts.map +0 -1
  108. package/plugins/plugin.d.ts.map +0 -1
  109. package/plugins/with-nx-metro.d.ts.map +0 -1
  110. package/src/executors/build-android/build-android.impl.d.ts.map +0 -1
  111. package/src/executors/build-ios/build-ios.impl.d.ts.map +0 -1
  112. package/src/executors/bundle/bundle.impl.d.ts.map +0 -1
  113. package/src/executors/ensure-symlink/ensure-symlink.impl.d.ts.map +0 -1
  114. package/src/executors/pod-install/pod-install.impl.d.ts.map +0 -1
  115. package/src/executors/run-android/run-android.impl.d.ts.map +0 -1
  116. package/src/executors/run-ios/run-ios.impl.d.ts.map +0 -1
  117. package/src/executors/start/lib/is-packager-running.d.ts.map +0 -1
  118. package/src/executors/start/start.impl.d.ts.map +0 -1
  119. package/src/executors/storybook/storybook.impl.d.ts.map +0 -1
  120. package/src/executors/sync-deps/sync-deps.impl.d.ts.map +0 -1
  121. package/src/executors/upgrade/schema.json +0 -11
  122. package/src/executors/upgrade/upgrade.impl.d.ts.map +0 -1
  123. package/src/generators/application/application.d.ts.map +0 -1
  124. package/src/generators/application/lib/add-e2e.d.ts.map +0 -1
  125. package/src/generators/application/lib/add-project.d.ts.map +0 -1
  126. package/src/generators/application/lib/create-application-files.d.ts.map +0 -1
  127. package/src/generators/application/lib/normalize-options.d.ts.map +0 -1
  128. package/src/generators/component/component.d.ts.map +0 -1
  129. package/src/generators/component/lib/add-import.d.ts.map +0 -1
  130. package/src/generators/component/lib/normalize-options.d.ts.map +0 -1
  131. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +0 -1
  132. package/src/generators/convert-to-inferred/lib/create-process-options.d.ts.map +0 -1
  133. package/src/generators/convert-to-inferred/lib/post-target-transformer.d.ts.map +0 -1
  134. package/src/generators/convert-to-inferred/lib/process-start-options.d.ts +0 -3
  135. package/src/generators/convert-to-inferred/lib/process-start-options.d.ts.map +0 -1
  136. package/src/generators/init/init.d.ts.map +0 -1
  137. package/src/generators/init/lib/add-git-ignore-entry.d.ts.map +0 -1
  138. package/src/generators/init/lib/gitignore-entries.d.ts.map +0 -1
  139. package/src/generators/library/lib/normalize-options.d.ts.map +0 -1
  140. package/src/generators/library/library.d.ts.map +0 -1
  141. package/src/generators/web-configuration/lib/normalize-schema.d.ts.map +0 -1
  142. package/src/generators/web-configuration/lib/webpack-targets.d.ts.map +0 -1
  143. package/src/generators/web-configuration/web-configuration.d.ts.map +0 -1
  144. package/src/migrations/update-21-4-0/remove-deprecated-deps.d.ts.map +0 -1
  145. package/src/migrations/update-21-4-0/upgrade-react-native-projects.d.ts.map +0 -1
  146. package/src/utils/add-jest.d.ts.map +0 -1
  147. package/src/utils/add-linting.d.ts.map +0 -1
  148. package/src/utils/chmod-android-gradle-files.d.ts.map +0 -1
  149. package/src/utils/ensure-dependencies.d.ts.map +0 -1
  150. package/src/utils/ensure-dependencies.js +0 -33
  151. package/src/utils/ensure-node-modules-symlink.d.ts.map +0 -1
  152. package/src/utils/find-all-npm-dependencies.d.ts.map +0 -1
  153. package/src/utils/get-cli-options.d.ts.map +0 -1
  154. package/src/utils/pod-install-task.d.ts.map +0 -1
  155. package/src/utils/react-native-project-detection.d.ts.map +0 -1
  156. package/src/utils/testing-generators.d.ts.map +0 -1
  157. package/src/utils/versions.d.ts +0 -21
  158. package/src/utils/versions.d.ts.map +0 -1
  159. package/src/utils/versions.js +0 -23
  160. /package/{LICENSE → dist/LICENSE} +0 -0
  161. /package/{index.js → dist/index.js} +0 -0
  162. /package/{plugin.js → dist/plugin.js} +0 -0
  163. /package/{plugins → dist/plugins}/with-nx-metro.js +0 -0
  164. /package/{src → dist/src}/executors/build-android/schema.d.ts +0 -0
  165. /package/{src → dist/src}/executors/build-ios/schema.d.ts +0 -0
  166. /package/{src → dist/src}/executors/bundle/schema.d.ts +0 -0
  167. /package/{src → dist/src}/executors/ensure-symlink/ensure-symlink.impl.js +0 -0
  168. /package/{src → dist/src}/executors/ensure-symlink/schema.json +0 -0
  169. /package/{src → dist/src}/executors/pod-install/schema.d.ts +0 -0
  170. /package/{src → dist/src}/executors/run-android/schema.d.ts +0 -0
  171. /package/{src → dist/src}/executors/run-ios/schema.d.ts +0 -0
  172. /package/{src → dist/src}/executors/start/lib/is-packager-running.js +0 -0
  173. /package/{src → dist/src}/executors/start/schema.d.ts +0 -0
  174. /package/{src → dist/src}/executors/storybook/schema.d.ts +0 -0
  175. /package/{src → dist/src}/executors/storybook/schema.json +0 -0
  176. /package/{src → dist/src}/executors/sync-deps/schema.d.ts +0 -0
  177. /package/{src → dist/src}/executors/sync-deps/schema.json +0 -0
  178. /package/{src → dist/src}/executors/sync-deps/sync-deps.impl.js +0 -0
  179. /package/{src → dist/src}/executors/upgrade/schema.d.ts +0 -0
  180. /package/{src → dist/src}/generators/application/files/app/.babelrc.js.template +0 -0
  181. /package/{src → dist/src}/generators/application/files/app/Gemfile.template +0 -0
  182. /package/{src → dist/src}/generators/application/files/app/android/app/build.gradle.template +0 -0
  183. /package/{src → dist/src}/generators/application/files/app/android/app/debug.keystore +0 -0
  184. /package/{src → dist/src}/generators/application/files/app/android/app/proguard-rules.pro +0 -0
  185. /package/{src → dist/src}/generators/application/files/app/android/app/src/debug/AndroidManifest.xml.template +0 -0
  186. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/AndroidManifest.xml.template +0 -0
  187. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/MainActivity.kt.template +0 -0
  188. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/MainApplication.kt.template +0 -0
  189. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -0
  190. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  191. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  192. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  193. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  194. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  195. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  196. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  197. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  198. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  199. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  200. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/values/strings.xml.template +0 -0
  201. /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/values/styles.xml +0 -0
  202. /package/{src → dist/src}/generators/application/files/app/android/build.gradle.template +0 -0
  203. /package/{src → dist/src}/generators/application/files/app/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  204. /package/{src → dist/src}/generators/application/files/app/android/gradle/wrapper/gradle-wrapper.properties +0 -0
  205. /package/{src → dist/src}/generators/application/files/app/android/gradle.properties +0 -0
  206. /package/{src → dist/src}/generators/application/files/app/android/gradlew.bat +0 -0
  207. /package/{src → dist/src}/generators/application/files/app/android/gradlew.template +0 -0
  208. /package/{src → dist/src}/generators/application/files/app/android/settings.gradle.template +0 -0
  209. /package/{src → dist/src}/generators/application/files/app/app.json.template +0 -0
  210. /package/{src → dist/src}/generators/application/files/app/ios/.xcode.env.template +0 -0
  211. /package/{src → dist/src}/generators/application/files/app/ios/Podfile.template +0 -0
  212. /package/{src → dist/src}/generators/application/files/app/ios/__className__/AppDelegate.swift.template +0 -0
  213. /package/{src → dist/src}/generators/application/files/app/ios/__className__/Images.xcassets/AppIcon.appiconset/Contents.json +0 -0
  214. /package/{src → dist/src}/generators/application/files/app/ios/__className__/Images.xcassets/Contents.json +0 -0
  215. /package/{src → dist/src}/generators/application/files/app/ios/__className__/Info.plist.template +0 -0
  216. /package/{src → dist/src}/generators/application/files/app/ios/__className__/LaunchScreen.storyboard.template +0 -0
  217. /package/{src → dist/src}/generators/application/files/app/ios/__className__/PrivacyInfo.xcprivacy +0 -0
  218. /package/{src → dist/src}/generators/application/files/app/ios/__className__.xcodeproj/project.pbxproj.template +0 -0
  219. /package/{src → dist/src}/generators/application/files/app/ios/__className__.xcodeproj/xcshareddata/xcschemes/__className__.xcscheme.template +0 -0
  220. /package/{src → dist/src}/generators/application/files/app/ios/__className__.xcworkspace/contents.xcworkspacedata +0 -0
  221. /package/{src → dist/src}/generators/application/files/app/metro.config.js.template +0 -0
  222. /package/{src → dist/src}/generators/application/files/app/package.json.template +0 -0
  223. /package/{src → dist/src}/generators/application/files/app/src/app/App.spec.tsx.template +0 -0
  224. /package/{src → dist/src}/generators/application/files/app/src/main.tsx.template +0 -0
  225. /package/{src → dist/src}/generators/application/files/app/tsconfig.app.json.template +0 -0
  226. /package/{src → dist/src}/generators/application/files/app/tsconfig.json.template +0 -0
  227. /package/{src → dist/src}/generators/application/files/nx-welcome/claimed/src/app/App.tsx.template +0 -0
  228. /package/{src → dist/src}/generators/application/files/nx-welcome/not-configured/src/app/App.tsx.template +0 -0
  229. /package/{src → dist/src}/generators/application/files/nx-welcome/unclaimed/src/app/App.tsx.template +0 -0
  230. /package/{src → dist/src}/generators/application/lib/create-application-files.js +0 -0
  231. /package/{src → dist/src}/generators/application/schema.d.ts +0 -0
  232. /package/{src → dist/src}/generators/application/schema.json +0 -0
  233. /package/{src → dist/src}/generators/component/files/js/__fileName__.__ext__ +0 -0
  234. /package/{src → dist/src}/generators/component/files/js/__fileName__.spec.__ext__ +0 -0
  235. /package/{src → dist/src}/generators/component/files/ts/__fileName__.__ext__ +0 -0
  236. /package/{src → dist/src}/generators/component/files/ts/__fileName__.spec.__ext__ +0 -0
  237. /package/{src → dist/src}/generators/convert-to-inferred/lib/create-process-options.js +0 -0
  238. /package/{src → dist/src}/generators/convert-to-inferred/lib/process-start-options.js +0 -0
  239. /package/{src → dist/src}/generators/convert-to-inferred/schema.json +0 -0
  240. /package/{src → dist/src}/generators/init/lib/add-git-ignore-entry.js +0 -0
  241. /package/{src → dist/src}/generators/init/lib/gitignore-entries.js +0 -0
  242. /package/{src → dist/src}/generators/library/files/lib/.babelrc.js.template +0 -0
  243. /package/{src → dist/src}/generators/library/files/lib/README.md +0 -0
  244. /package/{src → dist/src}/generators/library/files/lib/src/index.ts.template +0 -0
  245. /package/{src → dist/src}/generators/library/files/lib/tsconfig.json.template +0 -0
  246. /package/{src → dist/src}/generators/library/files/lib/tsconfig.lib.json.template +0 -0
  247. /package/{src → dist/src}/generators/library/schema.d.ts +0 -0
  248. /package/{src → dist/src}/generators/library/schema.json +0 -0
  249. /package/{src → dist/src}/generators/web-configuration/files/base-vite/.babelrc.js.template +0 -0
  250. /package/{src → dist/src}/generators/web-configuration/files/base-vite/index.html__tmpl__ +0 -0
  251. /package/{src → dist/src}/generators/web-configuration/files/base-vite/public/favicon.ico +0 -0
  252. /package/{src → dist/src}/generators/web-configuration/files/base-vite/src/assets/.gitkeep +0 -0
  253. /package/{src → dist/src}/generators/web-configuration/files/base-vite/src/main-web.tsx__tmpl__ +0 -0
  254. /package/{src → dist/src}/generators/web-configuration/files/base-vite/vite.config.mts__tmpl__ +0 -0
  255. /package/{src → dist/src}/generators/web-configuration/files/base-webpack/.babelrc.js.template +0 -0
  256. /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/assets/.gitkeep +0 -0
  257. /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/favicon.ico +0 -0
  258. /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/index.html__tmpl__ +0 -0
  259. /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/main-web.tsx__tmpl__ +0 -0
  260. /package/{src → dist/src}/generators/web-configuration/files/base-webpack/webpack.config.js__tmpl__ +0 -0
  261. /package/{src → dist/src}/generators/web-configuration/lib/normalize-schema.js +0 -0
  262. /package/{src → dist/src}/generators/web-configuration/lib/webpack-targets.js +0 -0
  263. /package/{src → dist/src}/generators/web-configuration/schema.d.ts +0 -0
  264. /package/{src → dist/src}/generators/web-configuration/schema.json +0 -0
  265. /package/{src → dist/src}/migrations/update-21-4-0/remove-deprecated-deps.js +0 -0
  266. /package/{src → dist/src}/migrations/update-21-4-0/upgrade-react-native-projects.js +0 -0
  267. /package/{src → dist/src}/utils/add-jest.js +0 -0
  268. /package/{src → dist/src}/utils/chmod-android-gradle-files.js +0 -0
  269. /package/{src → dist/src}/utils/ensure-node-modules-symlink.js +0 -0
  270. /package/{src → dist/src}/utils/find-all-npm-dependencies.js +0 -0
  271. /package/{src → dist/src}/utils/get-cli-options.js +0 -0
  272. /package/{src → dist/src}/utils/pod-install-task.js +0 -0
  273. /package/{src → dist/src}/utils/testing-generators.js +0 -0
@@ -0,0 +1,7 @@
1
+ // from https://github.com/kristerkari/react-native-svg-transformer#using-typescript
2
+ declare module '*.svg' {
3
+ import React from 'react';
4
+ import { SvgProps } from 'react-native-svg';
5
+ const content: React.FC<SvgProps>;
6
+ export default content;
7
+ }
package/executors.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
2
  "executors": {
3
3
  "run-android": {
4
- "implementation": "./src/executors/run-android/run-android.impl",
5
- "schema": "./src/executors/run-android/schema.json",
4
+ "implementation": "./dist/src/executors/run-android/run-android.impl",
5
+ "schema": "./dist/src/executors/run-android/schema.json",
6
6
  "description": "Runs Android application."
7
7
  },
8
8
  "run-ios": {
9
- "implementation": "./src/executors/run-ios/run-ios.impl",
10
- "schema": "./src/executors/run-ios/schema.json",
9
+ "implementation": "./dist/src/executors/run-ios/run-ios.impl",
10
+ "schema": "./dist/src/executors/run-ios/schema.json",
11
11
  "description": "Runs iOS application."
12
12
  },
13
13
  "bundle": {
14
- "implementation": "./src/executors/bundle/bundle.impl",
15
- "schema": "./src/executors/bundle/schema.json",
14
+ "implementation": "./dist/src/executors/bundle/bundle.impl",
15
+ "schema": "./dist/src/executors/bundle/schema.json",
16
16
  "description": "Builds the JavaScript bundle for offline use."
17
17
  },
18
18
  "build-android": {
19
- "implementation": "./src/executors/build-android/build-android.impl",
20
- "schema": "./src/executors/build-android/schema.json",
19
+ "implementation": "./dist/src/executors/build-android/build-android.impl",
20
+ "schema": "./dist/src/executors/build-android/schema.json",
21
21
  "description": "Release Build for Android."
22
22
  },
23
23
  "build-ios": {
24
- "implementation": "./src/executors/build-ios/build-ios.impl",
25
- "schema": "./src/executors/build-ios/schema.json",
24
+ "implementation": "./dist/src/executors/build-ios/build-ios.impl",
25
+ "schema": "./dist/src/executors/build-ios/schema.json",
26
26
  "description": "Build iOS app"
27
27
  },
28
28
  "start": {
29
- "implementation": "./src/executors/start/start.impl",
30
- "schema": "./src/executors/start/schema.json",
29
+ "implementation": "./dist/src/executors/start/start.impl",
30
+ "schema": "./dist/src/executors/start/schema.json",
31
31
  "description": "Starts the Javascript server that communicates with connected devices."
32
32
  },
33
33
  "sync-deps": {
34
- "implementation": "./src/executors/sync-deps/sync-deps.impl",
35
- "schema": "./src/executors/sync-deps/schema.json",
34
+ "implementation": "./dist/src/executors/sync-deps/sync-deps.impl",
35
+ "schema": "./dist/src/executors/sync-deps/schema.json",
36
36
  "description": "Syncs dependencies to `package.json` (required for autolinking)."
37
37
  },
38
38
  "ensure-symlink": {
39
- "implementation": "./src/executors/ensure-symlink/ensure-symlink.impl",
40
- "schema": "./src/executors/ensure-symlink//schema.json",
39
+ "implementation": "./dist/src/executors/ensure-symlink/ensure-symlink.impl",
40
+ "schema": "./dist/src/executors/ensure-symlink//schema.json",
41
41
  "description": "Ensure workspace `node_modules` is symlink under app's `node_modules` folder."
42
42
  },
43
43
  "storybook": {
44
- "implementation": "./src/executors/storybook/storybook.impl",
45
- "schema": "./src/executors/storybook/schema.json",
44
+ "implementation": "./dist/src/executors/storybook/storybook.impl",
45
+ "schema": "./dist/src/executors/storybook/schema.json",
46
46
  "description": "Serve React Native Storybook."
47
47
  },
48
48
  "pod-install": {
49
- "implementation": "./src/executors/pod-install/pod-install.impl",
50
- "schema": "./src/executors/pod-install/schema.json",
49
+ "implementation": "./dist/src/executors/pod-install/pod-install.impl",
50
+ "schema": "./dist/src/executors/pod-install/schema.json",
51
51
  "description": "Run `pod install` in the `ios` directory."
52
52
  },
53
53
  "upgrade": {
54
- "implementation": "./src/executors/upgrade/upgrade.impl",
55
- "schema": "./src/executors/upgrade/schema.json",
54
+ "implementation": "./dist/src/executors/upgrade/upgrade.impl",
55
+ "schema": "./dist/src/executors/upgrade/schema.json",
56
56
  "description": "upgrade executor"
57
57
  }
58
58
  }
package/generators.json CHANGED
@@ -4,39 +4,39 @@
4
4
  "extends": ["@nx/workspace"],
5
5
  "generators": {
6
6
  "init": {
7
- "factory": "./src/generators/init/init#reactNativeInitGeneratorInternal",
8
- "schema": "./src/generators/init/schema.json",
7
+ "factory": "./dist/src/generators/init/init#reactNativeInitGeneratorInternal",
8
+ "schema": "./dist/src/generators/init/schema.json",
9
9
  "description": "Initialize the `@nx/react-native` plugin.",
10
10
  "hidden": true
11
11
  },
12
12
  "application": {
13
- "factory": "./src/generators/application/application#reactNativeApplicationGeneratorInternal",
14
- "schema": "./src/generators/application/schema.json",
13
+ "factory": "./dist/src/generators/application/application#reactNativeApplicationGeneratorInternal",
14
+ "schema": "./dist/src/generators/application/schema.json",
15
15
  "aliases": ["app"],
16
16
  "x-type": "application",
17
17
  "description": "Create a React Native application."
18
18
  },
19
19
  "library": {
20
- "factory": "./src/generators/library/library#reactNativeLibraryGeneratorInternal",
21
- "schema": "./src/generators/library/schema.json",
20
+ "factory": "./dist/src/generators/library/library#reactNativeLibraryGeneratorInternal",
21
+ "schema": "./dist/src/generators/library/schema.json",
22
22
  "aliases": ["lib"],
23
23
  "x-type": "library",
24
24
  "description": "Create a React Native library."
25
25
  },
26
26
  "component": {
27
- "factory": "./src/generators/component/component",
28
- "schema": "./src/generators/component/schema.json",
27
+ "factory": "./dist/src/generators/component/component",
28
+ "schema": "./dist/src/generators/component/schema.json",
29
29
  "description": "Create a React Native component.",
30
30
  "aliases": ["c"]
31
31
  },
32
32
  "web-configuration": {
33
- "factory": "./src/generators/web-configuration/web-configuration#webConfigurationGenerator",
34
- "schema": "./src/generators/web-configuration/schema.json",
33
+ "factory": "./dist/src/generators/web-configuration/web-configuration#webConfigurationGenerator",
34
+ "schema": "./dist/src/generators/web-configuration/schema.json",
35
35
  "description": "Set up web configuration for a React Native app"
36
36
  },
37
37
  "convert-to-inferred": {
38
- "factory": "./src/generators/convert-to-inferred/convert-to-inferred",
39
- "schema": "./src/generators/convert-to-inferred/schema.json",
38
+ "factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
39
+ "schema": "./dist/src/generators/convert-to-inferred/schema.json",
40
40
  "description": "Convert existing React Native project(s) using `@nx/react-native:*` executors to use `@nx/react-native/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target."
41
41
  }
42
42
  }
package/migrations.json CHANGED
@@ -1,141 +1,153 @@
1
1
  {
2
2
  "generators": {
3
3
  "update-21-4-0-remove-deprecated-deps": {
4
+ "requires": {
5
+ "react-native": ">=0.76.0 <0.79.0"
6
+ },
4
7
  "version": "21.4.0-beta.0",
5
8
  "cli": "nx",
6
9
  "description": "Remove deprecated dependencies from package.json",
7
- "factory": "./src/migrations/update-21-4-0/remove-deprecated-deps"
10
+ "factory": "./dist/src/migrations/update-21-4-0/remove-deprecated-deps"
8
11
  },
9
12
  "update-21-4-0-upgrade-react-native-projects": {
10
13
  "version": "21.4.0-beta.0",
11
14
  "cli": "nx",
12
15
  "description": "Run nx upgrade for each React Native project",
13
- "factory": "./src/migrations/update-21-4-0/upgrade-react-native-projects"
16
+ "factory": "./dist/src/migrations/update-21-4-0/upgrade-react-native-projects"
17
+ },
18
+ "update-23-0-0-migrate-create-nodes-v2-import": {
19
+ "version": "23.0.0-beta.24",
20
+ "description": "Rename imports of `createNodesV2` from `@nx/react-native/plugin` to the canonical `createNodes` export.",
21
+ "implementation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes",
22
+ "documentation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md"
14
23
  }
15
24
  },
16
25
  "packageJsonUpdates": {
17
- "20.3.0": {
18
- "version": "20.3.0-beta.0",
26
+ "21.4.0": {
27
+ "version": "21.4.0-beta.0",
19
28
  "packages": {
20
29
  "react-native": {
21
- "version": "~0.76.3",
30
+ "version": "~0.79.3",
22
31
  "alwaysAddToPackageJson": false
23
32
  },
24
33
  "@react-native-community/cli": {
25
- "version": "~15.0.1",
34
+ "version": "~18.0.0",
26
35
  "alwaysAddToPackageJson": true
27
36
  },
28
37
  "@react-native-community/cli-platform-android": {
29
- "version": "~15.0.1",
38
+ "version": "~18.0.0",
30
39
  "alwaysAddToPackageJson": true
31
40
  },
32
41
  "@react-native-community/cli-platform-ios": {
33
- "version": "~15.0.1",
42
+ "version": "~18.0.0",
34
43
  "alwaysAddToPackageJson": true
35
44
  },
36
45
  "@react-native/babel-preset": {
37
- "version": "~0.76.3",
46
+ "version": "~0.79.3",
38
47
  "alwaysAddToPackageJson": false
39
48
  },
40
49
  "@react-native/metro-config": {
41
- "version": "~0.76.3",
50
+ "version": "~0.79.3",
42
51
  "alwaysAddToPackageJson": false
43
52
  },
44
53
  "react-native-web": {
45
- "version": "~0.19.13",
54
+ "version": "~0.20.0",
46
55
  "alwaysAddToPackageJson": false
47
56
  },
48
57
  "react": {
49
- "version": "~18.3.1",
58
+ "version": "19.0.0",
50
59
  "alwaysAddToPackageJson": false
51
60
  },
52
61
  "react-dom": {
53
- "version": "~18.3.1",
62
+ "version": "19.0.0",
54
63
  "alwaysAddToPackageJson": false
55
64
  },
56
65
  "react-test-renderer": {
57
- "version": "~18.3.1",
66
+ "version": "~19.0.0",
58
67
  "alwaysAddToPackageJson": false
59
68
  },
60
69
  "@types/react": {
61
- "version": "~18.3.12",
70
+ "version": "~19.0.10",
62
71
  "alwaysAddToPackageJson": false
63
72
  },
64
73
  "@types/react-dom": {
65
- "version": "~18.3.1",
74
+ "version": "~19.0.6",
66
75
  "alwaysAddToPackageJson": false
67
76
  },
68
77
  "@testing-library/react-native": {
69
- "version": "~12.9.0",
78
+ "version": "~13.2.0",
70
79
  "alwaysAddToPackageJson": false
71
80
  },
72
81
  "react-native-svg-transformer": {
73
- "version": "~1.5.0",
82
+ "version": "~1.5.1",
74
83
  "alwaysAddToPackageJson": false
75
84
  },
76
85
  "react-native-svg": {
77
- "version": "~15.8.0",
86
+ "version": "~15.11.2",
78
87
  "alwaysAddToPackageJson": false
79
88
  },
80
89
  "react-native-svg-web": {
81
90
  "version": "~1.0.9",
82
- "addToPackageJson": "devDependencies"
91
+ "alwaysAddToPackageJson": false
83
92
  },
84
93
  "@babel/runtime": {
85
- "version": "~7.26.0",
94
+ "version": "~7.27.6",
86
95
  "alwaysAddToPackageJson": false
87
96
  }
88
97
  }
89
98
  },
90
- "21.4.0": {
91
- "version": "21.4.0-beta.0",
99
+ "23.0.0": {
100
+ "version": "23.0.0-beta.25",
101
+ "requires": {
102
+ "react-native": ">=0.83.0 <0.84.0"
103
+ },
92
104
  "packages": {
93
105
  "react-native": {
94
- "version": "~0.79.3",
106
+ "version": "~0.84.1",
95
107
  "alwaysAddToPackageJson": false
96
108
  },
97
109
  "@react-native-community/cli": {
98
- "version": "~18.0.0",
110
+ "version": "~20.1.0",
99
111
  "alwaysAddToPackageJson": true
100
112
  },
101
113
  "@react-native-community/cli-platform-android": {
102
- "version": "~18.0.0",
114
+ "version": "~20.1.0",
103
115
  "alwaysAddToPackageJson": true
104
116
  },
105
117
  "@react-native-community/cli-platform-ios": {
106
- "version": "~18.0.0",
118
+ "version": "~20.1.0",
107
119
  "alwaysAddToPackageJson": true
108
120
  },
109
121
  "@react-native/babel-preset": {
110
- "version": "~0.79.3",
122
+ "version": "~0.84.1",
111
123
  "alwaysAddToPackageJson": false
112
124
  },
113
125
  "@react-native/metro-config": {
114
- "version": "~0.79.3",
126
+ "version": "~0.84.1",
115
127
  "alwaysAddToPackageJson": false
116
128
  },
117
129
  "react-native-web": {
118
- "version": "~0.20.0",
130
+ "version": "~0.21.0",
119
131
  "alwaysAddToPackageJson": false
120
132
  },
121
133
  "react": {
122
- "version": "19.0.0",
134
+ "version": "^19.2.0",
123
135
  "alwaysAddToPackageJson": false
124
136
  },
125
137
  "react-dom": {
126
- "version": "19.0.0",
138
+ "version": "^19.2.0",
127
139
  "alwaysAddToPackageJson": false
128
140
  },
129
141
  "react-test-renderer": {
130
- "version": "~19.0.0",
142
+ "version": "^19.2.0",
131
143
  "alwaysAddToPackageJson": false
132
144
  },
133
145
  "@types/react": {
134
- "version": "~19.0.10",
146
+ "version": "^19.2.0",
135
147
  "alwaysAddToPackageJson": false
136
148
  },
137
149
  "@types/react-dom": {
138
- "version": "~19.0.6",
150
+ "version": "^19.2.0",
139
151
  "alwaysAddToPackageJson": false
140
152
  },
141
153
  "@testing-library/react-native": {
@@ -147,7 +159,7 @@
147
159
  "alwaysAddToPackageJson": false
148
160
  },
149
161
  "react-native-svg": {
150
- "version": "~15.11.2",
162
+ "version": "~15.15.0",
151
163
  "alwaysAddToPackageJson": false
152
164
  },
153
165
  "react-native-svg-web": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react-native",
3
- "version": "23.0.0-pr.35413.460eeef",
3
+ "version": "23.0.0-rc.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,40 +23,112 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "author": "Victor Savkin",
26
- "main": "./index.js",
26
+ "main": "./dist/index.js",
27
27
  "type": "commonjs",
28
- "types": "index.d.ts",
28
+ "types": "./dist/index.d.ts",
29
+ "files": [
30
+ "dist",
31
+ "!dist/tsconfig.tsbuildinfo",
32
+ "typings",
33
+ "migrations.json",
34
+ "executors.json",
35
+ "generators.json"
36
+ ],
37
+ "typesVersions": {
38
+ "*": {
39
+ "plugin": [
40
+ "dist/plugin.d.ts"
41
+ ],
42
+ "plugins/with-nx-metro": [
43
+ "dist/plugins/with-nx-metro.d.ts"
44
+ ],
45
+ "plugins/metro-resolver": [
46
+ "dist/plugins/metro-resolver.d.ts"
47
+ ],
48
+ "plugins/jest/svg-mock": [
49
+ "dist/plugins/jest/svg-mock.d.ts"
50
+ ],
51
+ "typings/*.d.ts": [
52
+ "dist/typings/*.d.ts"
53
+ ]
54
+ }
55
+ },
29
56
  "dependencies": {
30
- "@nx/devkit": "23.0.0-pr.35413.460eeef",
31
- "@nx/js": "23.0.0-pr.35413.460eeef",
32
- "@nx/eslint": "23.0.0-pr.35413.460eeef",
33
- "@nx/react": "23.0.0-pr.35413.460eeef",
34
- "ajv": "^8.12.0",
57
+ "ajv": "^8.0.0",
35
58
  "enhanced-resolve": "^5.8.3",
36
- "ignore": "^5.0.4",
59
+ "ignore": "^7.0.5",
37
60
  "picocolors": "^1.1.0",
61
+ "semver": "^7.6.3",
38
62
  "tinyglobby": "^0.2.12",
39
63
  "tsconfig-paths": "^4.1.2",
40
- "tslib": "^2.3.0"
64
+ "tslib": "^2.3.0",
65
+ "@nx/devkit": "23.0.0-rc.0",
66
+ "@nx/eslint": "23.0.0-rc.0",
67
+ "@nx/js": "23.0.0-rc.0",
68
+ "@nx/react": "23.0.0-rc.0",
69
+ "@nx/webpack": "23.0.0-rc.0"
41
70
  },
42
71
  "peerDependencies": {
72
+ "react-native": ">=0.83.0 <0.85.0",
43
73
  "metro-config": ">= 0.82.0",
44
74
  "metro-resolver": ">= 0.82.0"
45
75
  },
76
+ "peerDependenciesMeta": {
77
+ "react-native": {
78
+ "optional": true
79
+ }
80
+ },
46
81
  "devDependencies": {
47
- "nx": "23.0.0-pr.35413.460eeef"
82
+ "nx": "23.0.0-rc.0"
48
83
  },
49
84
  "optionalDependencies": {
50
- "@nx/detox": "23.0.0-pr.35413.460eeef",
51
- "@nx/rollup": "23.0.0-pr.35413.460eeef"
85
+ "@nx/detox": "23.0.0-rc.0",
86
+ "@nx/rollup": "23.0.0-rc.0"
52
87
  },
53
88
  "executors": "./executors.json",
54
89
  "ng-update": {
55
90
  "requirements": {},
56
- "migrations": "./migrations.json"
91
+ "migrations": "./migrations.json",
92
+ "supportsOptionalMigrations": true
57
93
  },
58
94
  "generators": "./generators.json",
59
95
  "publishConfig": {
60
96
  "access": "public"
97
+ },
98
+ "exports": {
99
+ ".": {
100
+ "@nx/nx-source": "./index.ts",
101
+ "types": "./dist/index.d.ts",
102
+ "default": "./dist/index.js"
103
+ },
104
+ "./package.json": "./package.json",
105
+ "./migrations.json": "./migrations.json",
106
+ "./generators.json": "./generators.json",
107
+ "./executors.json": "./executors.json",
108
+ "./plugin": {
109
+ "@nx/nx-source": "./plugin.ts",
110
+ "types": "./dist/plugin.d.ts",
111
+ "default": "./dist/plugin.js"
112
+ },
113
+ "./plugins/with-nx-metro": {
114
+ "@nx/nx-source": "./plugins/with-nx-metro.ts",
115
+ "types": "./dist/plugins/with-nx-metro.d.ts",
116
+ "default": "./dist/plugins/with-nx-metro.js"
117
+ },
118
+ "./plugins/metro-resolver": {
119
+ "@nx/nx-source": "./plugins/metro-resolver.ts",
120
+ "types": "./dist/plugins/metro-resolver.d.ts",
121
+ "default": "./dist/plugins/metro-resolver.js"
122
+ },
123
+ "./plugins/jest/svg-mock": {
124
+ "@nx/nx-source": "./plugins/jest/svg-mock.ts",
125
+ "types": "./dist/plugins/jest/svg-mock.d.ts",
126
+ "default": "./dist/plugins/jest/svg-mock.js"
127
+ },
128
+ "./typings/*.d.ts": {
129
+ "@nx/nx-source": "./typings/*.d.ts",
130
+ "types": "./dist/typings/*.d.ts",
131
+ "default": "./dist/typings/*.d.ts"
132
+ }
61
133
  }
62
134
  }
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
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/plugin.d.ts.map DELETED
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=svg-mock.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"svg-mock.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/plugins/jest/svg-mock.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"metro-resolver.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/metro-resolver.ts"],"names":[],"mappings":"AAkCA,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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,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,WAAW,EAAE,aAAa,CAAC,wBAAwB,CAsB/D,CAAC;AAEF,eAAO,MAAM,aAAa,yCAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-nx-metro.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/with-nx-metro.ts"],"names":[],"mappings":"AAuBA,KAAK,WAAW,GAAG,GAAG,CAAC;AAIvB,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,gBAoCzB"}
@@ -1 +0,0 @@
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;AAI7C,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"}
@@ -1 +0,0 @@
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;AAM7C,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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"bundle.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/bundle/bundle.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,eAAe,EAAE,MAAM,YAAY,CAAC;AAKpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAGpD,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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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;AAK7C,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"}
@@ -1 +0,0 @@
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;AAS/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 +0,0 @@
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"}
@@ -1 +0,0 @@
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;AAErD,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"}
@@ -1 +0,0 @@
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;AAInE,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"}
@@ -1 +0,0 @@
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"}
@@ -1,11 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "version": 2,
4
- "cli": "nx",
5
- "$id": "NxReactNativeUpgrade",
6
- "title": "React Native Upgrade Executor",
7
- "description": "Upgrade React Native code for project.",
8
- "type": "object",
9
- "properties": {},
10
- "required": []
11
- }
@@ -1 +0,0 @@
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;AAG7C,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,CAoCvB"}
@@ -1 +0,0 @@
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;AAWlC,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,CAkG5B;AA4CD,eAAe,+BAA+B,CAAC"}
@@ -1 +0,0 @@
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 +0,0 @@
1
- {"version":3,"file":"add-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/add-project.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,IAAI,EAEL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAqD/D"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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,3 +0,0 @@
1
- import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
2
- export declare function processStartOptions(_projectName: string, options: any, _migrationLogs: AggregatedLog): void;
3
- //# sourceMappingURL=process-start-options.d.ts.map