Fork me on GitHub
#cljsrn
<
2016-11-18
>
pesterhazy15:11:15

going on for half an hour already

pesterhazy15:11:31

honest question: how do ios developers get anything done, ever?

artemyarulin16:11:57

am, it’s far away from being normal. Maybe somehow you have multiple copies of RN or something

artemyarulin16:11:08

could you pls run find . -name "*.h" | wc -l to get number of headers files inside the root of your project @pesterhazy ?

artemyarulin16:11:50

i have around 800, my guess is that you have thousands

artemyarulin17:11:10

oh no, it symbol files, not headers, sorry

upgradingdave19:11:38

Hi all, I’m experimenting with react native and using reagent. Is anyone using listView?

upgradingdave19:11:07

I’ll need to understand more about inner workings of react in order to wrap my brain around it

upgradingdave19:11:41

but before I go down that road, I’ll probably try just writing my own reagent component that renders a list of text components

upgradingdave19:11:21

just curious, if anyone who has more experience suggests using listView over rolling-your-own reagent list component?

misha20:11:02

@upgradingdave: listview has low level optimizations and is preferred for large collections. But if you have like 3-5 rows - (for) loop is good enough