iOS build freezes after exp update

It is fine that the Linux version did not install. Running sudo with npm is not a good practice. You can fix permissions or use the yarn global idea which I think will work.

@edgar i don’t know why size of IPA is up to 160MB. My dependencies:

"dependencies": {
    "@expo/vector-icons": "^6.2.2",
    "expo": "^23.0.4",
    "native-base": "^2.3.5",
    "react": "16.0.0",
    "react-native": "0.50.3",
    "react-navigation": "^1.0.0-beta.22"
  }

and asset is 100kB(1 icon + 1 splash background)

Thanks

https://github.com/expo/expo/issues/205

After iOS processing file will be much smaller.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.