We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4b980 commit 902d7afCopy full SHA for 902d7af
1 file changed
sandboxes/IntercomExpo/App.js
@@ -73,6 +73,7 @@ export default function App() {
73
openCarousel,
74
openSurvey,
75
openMessageComposer,
76
+ openMessenger,
77
} = useIntercom();
78
79
return (
@@ -123,7 +124,7 @@ export default function App() {
123
124
125
<TouchableOpacity
126
style={styles.button}
- onPress={openTicketsSpace}
127
+ onPress={openMessenger}
128
>
129
<Text style={styles.buttonText}>MESSENGER</Text>
130
</TouchableOpacity>
0 commit comments