{ "name": "convert-to-inferred", "factory": "./src/generators/convert-to-inferred/convert-to-inferred", "schema": { "$schema": "https://json-schema.org/schema", "$id": "NxReactNativeConvertToInferred", "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.", "title": "Convert React Native project from executor to plugin", "type": "object", "properties": { "project": { "type": "string", "description": "The project to convert from using the `@nx/react-native:*` executors to use `@nx/react-native/plugin`.", "x-priority": "important" }, "skipFormat": { "type": "boolean", "description": "Whether to format files at the end of the migration.", "default": false } }, "presets": [] }, "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.", "implementation": "/packages/react-native/src/generators/convert-to-inferred/convert-to-inferred.ts", "aliases": [], "hidden": false, "path": "/packages/react-native/src/generators/convert-to-inferred/schema.json", "type": "generator" }