Pressable
Pressable is a Core Component wrapper that can detect various stages of press interactions on any of it's defined children.
+Pressable
Pressable is a Core Component wrapper that can detect various stages of press interactions on any of its defined children.
<Pressable onPress={onPressFunction}>
<Text>I'm pressable!</Text>
</Pressable>
diff --git a/docs/next/pressable/index.html b/docs/next/pressable/index.html
index 192f3ca80a1..ba3c5fce586 100644
--- a/docs/next/pressable/index.html
+++ b/docs/next/pressable/index.html
@@ -1,4 +1,4 @@
-Pressable · React Native Pressable
Pressable is a Core Component wrapper that can detect various stages of press interactions on any of it's defined children.
+Pressable
Pressable is a Core Component wrapper that can detect various stages of press interactions on any of its defined children.
<Pressable onPress={onPressFunction}>
<Text>I'm pressable!</Text>
</Pressable>