openpsychotherapy / behavioral-activation

MIT License
1 stars 0 forks source link

Values #19

Closed LukasJonsson99 closed 3 years ago

LukasJonsson99 commented 3 years ago

Valution should now be done

malin-mallan commented 3 years ago

I have just run the code.

When the keyboard are up it is hard to get i down. When using a small mobile the keyboard hide the buttons so you can't add the new category. You could add a TouchableWithoutFeedback on the area around to take away the keyboard. https://reactnative.dev/docs/touchablewithoutfeedback

otherwise it looks really good! Good work!

Neathan commented 3 years ago

When the keyboard are up it is hard to get i down. When using a small mobile the keyboard hide the buttons so you can't add the new category. You could add a TouchableWithoutFeedback on the area around to take away the keyboard. https://reactnative.dev/docs/touchablewithoutfeedback

An alternative to this would be to use Pressable that i recently found: https://reactnative.dev/docs/pressable

Don't know if it's better or worse but it could be worth investigating.

malin-mallan commented 3 years ago

Changes looks great! Don't forget to add an issue regarding the odd bug with long-presses on certain devices. Maybe @malin-mallan can add that since she has the actual device that experienced the problem?

We sloved the problem! Remote dubugging in expo need to be off.