react-native-ui-lib
react-native-ui-lib copied to clipboard
remove redundant useCallback
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