MCPcopy Create free account
hub / github.com/VadimNotJustDev/SignalClone / openActionMenu

Function openActionMenu

components/Message/Message.tsx:163–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 };
162
163 const openActionMenu = () => {
164 const options = ["Reply", "Delete", "Cancel"];
165 const destructiveButtonIndex = 1;
166 const cancelButtonIndex = 2;
167 showActionSheetWithOptions(
168 {
169 options,
170 destructiveButtonIndex,
171 cancelButtonIndex,
172 },
173 onActionPress
174 );
175 };
176
177 if (!user) {
178 return <ActivityIndicator />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected