phosphor-react-native icon indicating copy to clipboard operation
phosphor-react-native copied to clipboard

Phosphor + Expo: JavaScript heap out of memory

Open caioedut opened this issue 3 years ago • 1 comments

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.

caioedut avatar Sep 15 '22 17:09 caioedut

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

:)

Chiliseo avatar Dec 26 '22 00:12 Chiliseo