Fork me on GitHub
#cljsrn
<
2017-10-04
>
jeaye02:10:17

Excellent, will do.

rovanion11:10:55

Hmm, I'm getting "Waiting for Figwheel to load files." in the production build of an iOS app submitted to test flight. Am I missing something I have to do before doing release builds?

pesterhazy12:10:05

I think index.ios.js needs to be built using the packager react-native start --dev=false --bundle-output=index.ios.js

pesterhazy12:10:30

normally this is done automatically when you build a Release build in XCode

pesterhazy12:10:47

but the logic there is pretty fragile so there are a few things that can go wrong