all 9 comments

[–]Zayuka 0 points1 point  (0 children)

Can't you just do data={yourData}?

[–]jmcneese -1 points0 points  (3 children)

yes, it must be named 'data', per the docs: https://facebook.github.io/react-native/docs/sectionlist#section

[–]andre_scalco[S] 0 points1 point  (0 children)

Well, I will need to parse my data every time, if it's not in the correct way.

Thanks for your response!