mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-16 03:35:33 +00:00
aeef913f63
* feat: moved permission-context logic to quo component Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * feat: multiple-token-gating and previews Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * fix: refactored quo component Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * feat: request join community on press Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * feat: added shadow (rn-shadow-2) Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * fix: formatting Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * test: added tests for permission-context Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * feat: added blur Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * fix: adjusted shadows Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * fix: added shadow mocks Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * fix: shadow rendered below the context Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * fix: addressed review comments Signed-off-by: Cristian Lungu <lungucristian95@gmail.com> * fix: replaced seq with string/blank? --------- Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
7 lines
162 B
Clojure
7 lines
162 B
Clojure
(ns react-native.shadow
|
|
(:require
|
|
["react-native-shadow-2" :refer [Shadow]]
|
|
[reagent.core :as reagent]))
|
|
|
|
(def view (reagent/adapt-react-class Shadow))
|