Overview
This week we will land 2.9 for Telescope and as usual, I will be responsible for Telescope's mobile app using React Native. And in the release 2.9 I will work on the footer for About Screen.
Issue-3203
A footer need to be added to About Screen like the original Telescope web app. As you can see in the picture above, I have to make the UI as well as integrate with GitHub API to show the contributors of Telescope.
For now I have completed 40% of the footer. Links have been added and the Titles have been styled. The problem is that I am still researching how to use justifyContent: 'center'
here so that a blank space will be created between Docs
and More
. I have tried it but I did not worked. flexWrap
did not work either. I still have 2 days to complete it so everything should be good to have a PR before the release.
Planning
After finishing the footer, I will work on the Image service for Home Page as well as help Kevan on Posts service.
Top comments (0)