You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: