iiitl / React-Native-To-Do

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

#5 removed the error on app load #22

Closed Bhargavaansh2211 closed 7 months ago

Bhargavaansh2211 commented 7 months ago

5 removed the error on app load

Fixed this by not wrapping the todolist component inside scrollview and there is no need as we are already using flat view which becomes conflicting.

https://github.com/iiitl/React-Native-To-Do/assets/143218592/4d51ce8e-6dc7-4d7a-a6d9-74031139e782

Illuminati9 commented 7 months ago

@Bhargavaansh2211 LGTM. Great Work 😄