Expo React Native Todo App Part 7 — fix the last item get pushed off the screen
Using the flexBox to fix the off screen problem.
In this todo app, there is an issue that if the list is too long, thing will get pushed off the screen.
We cannot scroll to the bottom because the flat list is being pushed right down
off the screen.