Flatlist is not render

Hi, I’m new here and in react-native.

I want render some data from IMDB Api with the “hook” method. So I try to render data in a flatlist, I can see in the console that the data is retrieved properly in a json format witch is a good thing but when I open my app I don’t see any rendering FlatList component on the screen.

I try to use the ‘Hook’ method and not the ‘classes’ and I’m pretty sure that I don’t use properly the “Hook” method.
Any help or advice are welcome.
The snack link:

Code snack