You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Add the keyboard dismiss functionality to AddNoteScreen.tsx. The current version of the code does not allow us to close or dismiss the keyboard. As a user, this does not provide a good user experience.
Tasks
Understand the code in the AddNoteScreen.tsx file.
Make changes to the AddNoteScreen.tsx file to implement keyboard dismiss functionality.
Write test cases and test them.
Run the app on your local device or simulator.
Acceptance criteria
Keyboard dismiss functionality should work.
All test cases should pass.
App should run on your local device/machine without any issues.
The text was updated successfully, but these errors were encountered:
Description:
Add the keyboard dismiss functionality to AddNoteScreen.tsx. The current version of the code does not allow us to close or dismiss the keyboard. As a user, this does not provide a good user experience.
Tasks
Acceptance criteria
The text was updated successfully, but these errors were encountered: