Allow users to search for movies included in the Open Movie Database and view additional information about any movies they select.
expo
react
react-native
prop-types
react-navigation
- There should be at least one
StackNavigator
- Search screen that allows users to search for movies
- Support pagination and show more than 10 results if more than 10 results exist
- Detail Screen to show additional information about a selected movie
This an implementation of Project 2 in CS50's Mobile App Development with React Native.