Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 536 Bytes

React-Native-Todo-List

  1. Create a checkbox

Unchecked Checked

  1. Create the TodoItem view

View

  1. Create the edit view for the TodoItem

View

  1. Create list of todo items

View

  1. Add todo items to the list

View

  1. Show default text when no items

View

  1. Add scrolling to the list

View