Use phone contacts instead of fake

This commit is contained in:
virvar 2016-04-26 14:07:56 +03:00
parent 80be4769e5
commit fbc001fcb9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
[clojure.string :as s]))
;; TODO see https://github.com/rt2zz/react-native-contacts/issues/45
(def fake-phone-contacts? true)
(def fake-phone-contacts? false)
(def fake-contacts? false)
(def react-native-contacts (js/require "react-native-contacts"))