This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-10
Channels
- # admin-announcements (7)
- # announcements (3)
- # avi (1)
- # beginners (222)
- # boot (184)
- # braid-chat (75)
- # business (7)
- # cljs-dev (3)
- # cljsrn (9)
- # clojars (17)
- # clojure (131)
- # clojure-dev (1)
- # clojure-portugal (4)
- # clojure-russia (39)
- # clojure-sg (1)
- # clojurescript (140)
- # community-development (563)
- # datomic (5)
- # editors (1)
- # emacs (3)
- # events (3)
- # leiningen (4)
- # off-topic (31)
- # om (84)
- # omnext (1)
- # slack-help (3)
- # yada (5)
poking around with reagent right now. How can I pass a component as a property to something?
title: 'More Info...',
rightCalloutView: (
<TouchableOpacity
onPress={() => {
alert('You Are Here');
}}>
<Image
style={{width:30, height:30}}
source={require('image!uie_thumb_selected')}
/>
</TouchableOpacity>
for example@dvcrn: In a web app I have passed content component like this {:id :groups :label "Groups" :content #'groups-tab}
groups-tab is a normal component.
Usage of it looks like:
(let [content-component (:content tab)]
[:div.tab-content
[content-component]])
@drapanjanas: thanks I'll try that!
Congrats @artemyarulin — featured in React Native newsletter (cross-platform template work)!
+:thumbsup: In Highlights from the Community : http://brentvatne.ca/react-native-newsletter/