autyzm-pg / friendly-plans-react

Supporting system of behavioral therapy of people with autism. Check starter kit:
https://github.com/autyzm-pg/friendly-plans-react/wiki
GNU General Public License v3.0
9 stars 9 forks source link

#291 Fixed bug with edit and delete buttons #310

Closed pwysowski closed 4 years ago

pwysowski commented 4 years ago

Usually I would use optional chaining for operations like checking if value is not undefined, but current config of jest doesn't support ES2019 (so test would fail). Bug was fixed by updating react-native-draggable-flatlist.