It's nice item, looks good but the code quality is not that good, there is no usage of SafeAreaView, the code is all over the place, they made the styles of the components static, for example in buttons you can't change anything in the style because they didn't implement style option in the buttons ad other components so these stuff you would have to implement on your own, the styling is not good either when it comes to code quality, if they want to margin from top, they would put a view with height of 32 for example instead of using style marginTop: 32.
there is a lot of stuff going on the code quality of this project, but i'm giving it 2 stars cuz it's a good starter
not to forget if you switch light/dark mode it would reload the whole app.
Author response
Thank you for your review, solutions to your comments will be added in the next update.