This assignment is based on modifying the attached code that creates a Favorite things application in React-Native.
In the current version of the application, favorite things can be added to the interface but as the list of things grows, the later things added to the list do not show up as they go past the screen.
Your assignment is as follows:
a. Modify the display of the things list so that as things are added, the screen grows and accommodates then with a scrollable view.
b. Modify the associated stylesheets so that the display is pleasant to look at and comports with a mobile display. (include images if you wish)
c. Decompose the current application into multiple components (at least 2 excluding the ListItem).