Create a To Do list app using React Native. The app should the components:
- a text field
- a button
- a flat list of text
When the user taps the button, the text field’s contents should be added to the flat list.
Challenge: Make it possible to check an item off the list.