diff --git a/modules/expo-selectable-text/src/ExpoSelectableTextView.tsx b/modules/expo-selectable-text/src/ExpoSelectableTextView.tsx index 5c273782d5..024e3bc3ac 100644 --- a/modules/expo-selectable-text/src/ExpoSelectableTextView.tsx +++ b/modules/expo-selectable-text/src/ExpoSelectableTextView.tsx @@ -85,7 +85,7 @@ export default function ExpoSelectableTextView({ } return segments - }, [children]) + }, [children, onLongPress, onPress, style]) const segmentsJson = React.useMemo(() => { const json = JSON.stringify({segments: textSegments})