Using the Rick & Morty API rickandmortyapi.com display a list of the profiles of the characters (pagination is optional for this assignment).
- Image
- Character information (name, species, etc).
- Image
- Character information (name, species, etc).
- Origin and location information (name, dimension, amount of residents, etc).
- Name of the chapters the character is featured on.
The API provides REST and GraphQL versions, for this exercise you can use the one that you prefer. You are free to use any library/framework. Be ready to explain the rationale for your choices. The exercise should be submitted in a public repository using React Native. Make sure that running your solution requires no global dependencies and it's possible to test it. Write the code with production standards in mind.
Write the code with production standards in mind.