Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gluestack-ui/v2-codemod migrate other components than gluestack components #2651

Open
jmgarciasanti opened this issue Dec 30, 2024 · 0 comments
Assignees

Comments

@jmgarciasanti
Copy link

Description

In codemod tool it would be great to have some way to extend the components to migrate from v1 configuration to v2 configuration. In our project we have may compoments like <MyCustomComponent h="$64" w="$64" .../> that should be migrated with codemod to <MyCustomComponent className="h-64 w-64" .../>

Problem Statement

It would help users to migrate not only gluestack components but also other components

Proposed Solution or API

Aditional component list could be passed as an argument to codemod with a regular expression or a comma separated values MyComponent1,MyComponent2, ....

Alternatives

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants