adjust deps

This commit is contained in:
Hailey
2024-01-12 16:13:34 -08:00
parent ce8b9ed62b
commit 5174744213
@@ -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})