The objective of this exercise is to fork this repository and create a react-native
app called 'FikaSearch'. This app will comprise of a listing page of films and the names of their genres.
You have an hour to complete this. We don't expect you to complete the exercise but we do expect you to have an understandable structure, clean code, and to be able to describe your next steps.
You will need to use the following URLs to fetch the films and genres from the movie db
API:
The API will provide part of the image url via the poster_path
field of each film. It must be combined with the base image path https://image.tmdb.org/t/p/w500/
Have fun!