Frontend-YH / whiteboard-app

React Native Whiteboard App
0 stars 0 forks source link

Bug fixes and save test working #10

Closed ljbergman closed 6 months ago

ljbergman commented 6 months ago

DB and expo bug searching and fixing Still error on Android, but starts without DB Save to database tried and tested on the actual board but not implemented correctly (only test mode) yet

Must be fixed also:

  1. Database duplicates due to classical multi-rerendering of the React UI, re-doing everyting multiple times. Do it correctly! Only wrong now due to testing basic add to DB functionality.
  2. Fix Keyboard.dismiss() when clicking beside the text area.

See also: https://stackoverflow.com/questions/29685421/hide-keyboard-in-react-native