react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

remove redundant useCallback

Open doronpr opened this issue 3 years ago • 0 comments

Description

remove redundant useCallback in TouchableOpacity @ethanshar Originally this was done as an attempt to fix reanimated crash. It doesn't seem to be causing the crash, nevertheless it is redundant and at the very least it reduces code complexity.

Changelog

remove redundant useCallback in TouchableOpacity

doronpr avatar Sep 30 '22 05:09 doronpr