Use phone contacts instead of fake
This commit is contained in:
parent
80be4769e5
commit
fbc001fcb9
|
@ -9,7 +9,7 @@
|
||||||
[clojure.string :as s]))
|
[clojure.string :as s]))
|
||||||
|
|
||||||
;; TODO see https://github.com/rt2zz/react-native-contacts/issues/45
|
;; 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 fake-contacts? false)
|
||||||
|
|
||||||
(def react-native-contacts (js/require "react-native-contacts"))
|
(def react-native-contacts (js/require "react-native-contacts"))
|
||||||
|
|
Loading…
Reference in New Issue