-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently, when we import icons like this
import { Horse, Heart, Cube } from 'phosphor-react-native';
it results in a big bundle size because of importing all the icons, even if the others are not used.
Expo adds experimental support for Removing unused imports and exports in SDK 52.
This issue is to track the progress around tree shaking support.
duongdev, rsml, daxaxelrod and alexrififi
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed