I'm trying to use :advanced mode to compile more efficient javascript.
There are 3 branches:
master: this is the baseline. The app is unmodified after usingre-natal init, so it uses:simpleoptimizationsusing_goog_object: usegoog.objectinstead of.-somepropto access javascript object properties as suggested by @pesterhazy on #cljsrnreact_native_extern: use https://github.com/artemyarulin/react-native-externs as suggested by @mfikes on #cljsrn
lein clean && lein prod-build && react-native run-ios --configuration Release
All branches now work perfectly.