tiensonqin / cljs-exponent

Exponent.js clojurescript bindings
Eclipse Public License 1.0
30 stars 5 forks source link

Public api for adapting other react native components? #3

Open myguidingstar-zz opened 7 years ago

myguidingstar-zz commented 7 years ago

Most of the work in cljs-exponent seems to be adapting exponent and react native components to Reagent/Rum/Om. I wonder if we can extract from cljs-exponent some api which can be used against any react native components found on npm registry, instead of just exponent. Thoughts?

tiensonqin commented 6 years ago

@myguidingstar Sorry for the late response. We can make a lightweight library, just includes some functions from cljs-exponent.components. Then build other bindings (like react-native, expo) on top of it.

Lmk what do you think?