0.0.1 • Published 7 years ago

react-native-todo v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

react-native-todo

todo componenet for react native

Instructions

npm i react-native-todo

propstypedescription
onCheckfunctionfunction that will run when the mark is checked. Default: null
onUncheckfunctionfunction that will run when the mark is unchecked. Default: null
onPressfunctionfunction that will run when the mark is pressed (checked or unchecked). Default: null
title | the title of the todo. Default: null
subtitlestringthe subtitle of the todo. Default: null
lineThroughTitlebooleanif false will not cross out the title text when the mark is checked. Default: true