Skip to content

Instantly share code, notes, and snippets.

@anasAlsalol
anasAlsalol / multi_section.jsx
Created July 15, 2018 15:34 — forked from sergioutama/multi_section.jsx
Multi section with horizontal FlatList
export default class Screen extends React.Component {
renderItem({ item }) {
return <Row stall={item} didSelectRow={this.didSelectRow} />;
}
renderHorizontalSection = ({ item }) => {
return (
<FlatList
data={["horizontaol_item1","horizontal_item2"]}