mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-12 00:27:42 +00:00
d54d6555a4
Former-commit-id: 5a3b923b0c32e5e900b89e984393822ce6a15abc
8 lines
207 B
Clojure
8 lines
207 B
Clojure
(ns syng-im.components.item-checkbox
|
|
(:require [reagent.core :as r]))
|
|
|
|
(set! js/window.ItemCheckbox (js/require "react-native-circle-checkbox"))
|
|
|
|
(def item-checkbox (r/adapt-react-class js/ItemCheckbox))
|
|
|