Created
October 15, 2019 13:22
-
-
Save ghaskins/f43cc2608bbd993efe2ad68a772b1168 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns react-native.utils | |
(:require [reagent.core :as r] | |
[oops.core :refer [oget+]] | |
["react-native" :as ReactNative])) | |
(defn get-obj [name] (oget+ ReactNative name)) | |
(defn adapt [class] (r/adapt-react-class (get-obj class))) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment