Fork me on GitHub
#cljsrn
<
2016-12-08
>
harrybin05:12:22

@jasonmore could be the issue where your index.ios.js file is getting big and the packager runs out of memory or takes forever. How big is it currently?

harrybin05:12:57

@jasonmore I've gone to use react-native-externs, added more recent RN externs to it and then use :advanced compilation mode to make the index.ios.js and index.android.js files much smaller (~600k in stead of 3MB)

harrybin05:12:36

@aghiuru yes, I've also had to upgrade to XCode 8.1 (from 7.3) to allow iOS 10 apps to work

wojciech17:12:20

Hi everybody!