Skip to content

Commit

Permalink
feat(expo): add convert-to-inferred generators for Expo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Aug 7, 2024
1 parent 720681f commit c521778
Show file tree
Hide file tree
Showing 13 changed files with 944 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/expo/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"schema": "./src/generators/component/schema.json",
"description": "Create a component",
"aliases": ["c"]
},
"convert-to-inferred": {
"factory": "./src/generators/convert-to-inferred/convert-to-inferred",
"schema": "./src/generators/convert-to-inferred/schema.json",
"description": "Convert existing Expo project(s) using `@nx/expo:*` executors to use `@nx/expo/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target."
}
}
}
Loading

0 comments on commit c521778

Please sign in to comment.