duongdev / phosphor-react-native

phosphor-icons for react-native. A flexible icon family for React Native
https://www.npmjs.com/package/phosphor-react-native
MIT License
189 stars 25 forks source link

Phosphor + Expo: JavaScript heap out of memory #24

Closed caioedut closed 1 month ago

caioedut commented 2 years ago

After using phosphor-react-native, everytime I try to build a new app version with Expo EAS, I caught "JavaScript heap out of memory" (too many files).

There is no way to phosphor-react-native distribution to be smaller?

I also tried to set Node memory to 12GB.

I use import * as Icon from "phosphor-react-native"; and I need it.

Chiliseo commented 1 year ago

try to used this format import User from 'phosphor-react-native/src/icons/User'

:)