Thanks a lot Mike. That looks pretty OK to me!
Reposting your comment/link on the new React Native list. On Sat, Dec 12, 2015 at 9:31 PM, Mike Fikes <[email protected]> wrote: > > > One question I have for you: do we need to use Reagent/Om or can we just > build plain React components (with React Native components like View, Text, > etc) using framework-less CLJS? > > You don't need a ClojureScript library like Reagent or Om to act as a > React binding to work with React Native. You can bypass all of that and > directly manipulate React Native as is done in this Nicolas Kariniemi's > project. Here is the main bit of code illustrating the technique: > > > https://github.com/nicholaskariniemi/ReactNativeCljs/blob/master/src/hello/core.cljs > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
