iiitl / React-Native-To-Do

This is a simple Todo List application built with React Native.
0 stars 9 forks source link

Title now visible in app #13

Closed sulfur05 closed 7 months ago

sulfur05 commented 7 months ago

Added margin top to the title

PavanaSakethaRam commented 7 months ago

@sulfur05 I like the way u handle this bug by using styles, but that is not the optimal method as these styles are applied to all the devices which may or may not have a notch and there will be white space shown in them too. Pl fix and commit it again n feel free to as any doubts u have. Happy Contributing !!😄

sulfur05 commented 7 months ago

Hey @PavanaSakethaRam, I've used SafeAreaView to make sure that all the content is visible on all types of mobile devices

PavanaSakethaRam commented 7 months ago

@sulfur05 There r some Merge conflicts in this, so if possible just resolve them n tag me, else u can also close this PR n raise a new one with the latest pull.