2
0
mirror of https://github.com/status-im/status-react.git synced 2025-01-17 06:21:23 +00:00

Allow app reloading in development mode [FIX ]

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Audrius Molis 2018-02-05 20:12:46 +02:00 committed by Andrey Shovkoplyas
parent 1e262fc277
commit f7fd5e71d6
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4

@ -54,9 +54,13 @@
:cljsbuild {:builds :cljsbuild {:builds
{:ios {:ios
{:source-paths ["react-native/src" "src" "env/dev"] {:source-paths ["react-native/src" "src" "env/dev"]
:compiler {:output-to "target/ios/app.js"
:output-dir "target/ios"}
:figwheel true} :figwheel true}
:android :android
{:source-paths ["react-native/src" "src" "env/dev"] {:source-paths ["react-native/src" "src" "env/dev"]
:compiler {:output-to "target/android/app.js"
:output-dir "target/android"}
:figwheel true}}}}] :figwheel true}}}}]
:test {:dependencies [[day8.re-frame/test "0.1.5"]] :test {:dependencies [[day8.re-frame/test "0.1.5"]]
:plugins [[lein-doo "0.1.7"]] :plugins [[lein-doo "0.1.7"]]