Create the first part of the about tab, that should have the description, Pokedex data and Training information.
Acceptance Criteria
[x] Show the pokemon description on top of the tab (Use the first flavor text in english that you can find on the API)
[x] Show the pokedex data section below specifying the species, height, weight, pokemon abilities and weaknesses. (The main ability should be shown bigger than the other ones). Also on the abilities show if the ability is hidden or not.
[x] For the weaknesses show a list of types that the pokemon is weak to with their respective icon as shown on the design.
[x] Show the training section that should include EV Yield, Catch rate, base friendship, base experience and growth rate.
[x] Change the title color to the pokemon type color
Create the first part of the about tab, that should have the description, Pokedex data and Training information.
Acceptance Criteria