Fork me on GitHub
#cljsrn
<
2017-04-09
>
etherfuse01:04:09

How do you handle different profile variables in cljsrn? For example, I’d like the base url of all my requests to be localhost when I run my dev profile, but would like them to use a real url when building with-profile prod. In clojure I’d use environ but that doesn’t seem to work in the clojurescript and cljsrn world, so how’s it done?

misha03:04:25

@andrewboltachev try react-native-fingerprint-android/FingerprintAndroid or react-native-fingerprint-android/FingerprintAndroid.-default

vikeri14:04:18

@etherfuse We’re using https://github.com/adzerk-oss/env (since we’re using boot)

etherfuse19:04:43

@vikeri will it work with lein?

vikeri20:04:59

I don't think so no 🙁