dhirensr / RN-proj

0 stars 0 forks source link

Code question #1

Open deg opened 6 years ago

deg commented 6 years ago

I searched Github for examples of folks using react-native in cljs and found this repo.

I have a question about one line you wrote: In https://github.com/dhirensr/RN-proj/blob/master/first-rn-proj/src/first-proj/test.cljs#L59, what does the :> mean?

Thanks!

dhirensr commented 6 years ago

Hey, :> is just an shortcut for rendering the component which is available in the new reagent versions. Also I have done a React native project using Expo client(lein expo template) (Cljs+ React native) Please note there are some errors which I have not updated so I have created another app which you could refer to https://github.com/dhirensr/Deutsch-RN-App