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
Using the majority of the components pollutes the package.json for as little as a button or text component.
Bundlers would be smart to use just what you need, can be exported like:
import {} from '@gluestack-ui/core/button';
import {} from '@gluestack-ui/core/text';
If you prefer the importing separated for each component.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using the majority of the components pollutes the package.json for as little as a button or text component.
Bundlers would be smart to use just what you need, can be exported like:
If you prefer the importing separated for each component.
Beta Was this translation helpful? Give feedback.
All reactions