mirror of
https://github.com/status-im/status-react.git
synced 2025-01-16 14:04:50 +00:00
5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
|
(ns react-native.linear-gradient
|
||
|
(:require ["react-native-linear-gradient" :default LinearGradient]
|
||
|
[reagent.core :as reagent]))
|
||
|
|
||
|
(def linear-gradient (reagent/adapt-react-class LinearGradient))
|