mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-14 14:45:18 +00:00
577f7c6954
- Genymotion simulator should use 10.0.3.2 instead of localhost - Stock android emulator should use 10.0.2.2 instead of localhost
7 lines
149 B
Clojure
7 lines
149 B
Clojure
(ns env.require-img)
|
|
|
|
(defmacro require-img
|
|
"Load image from local packager service"
|
|
[src]
|
|
{:uri (str "http://$DEV_HOST$:8081/" src)})
|