codeforboston / plogalong

MIT License
22 stars 37 forks source link

Replace TouchableOpacity with View #309

Closed ShepherdBook closed 3 years ago

ShepherdBook commented 3 years ago

This TouchableOpacity does not appear to be doing anything, and we think it may be causing accessibility warnings in the Android pre-launch tests, since it does not have accessibility attributes. It seems safe to make it a View instead.