Skip to content

Instantly share code, notes, and snippets.

@marqroldan
marqroldan / SampleTaskList.js
Created August 3, 2020 03:48
SampleTaskList (no delete and edit)
import React from 'react';
import {
View,
SectionList,
FlatList,
SafeAreaView,
Text,
TouchableOpacity,
Button,
TextInput,