Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus-react-native
/ handleGoToChat
Function
handleGoToChat
example/src/App.tsx:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
};
56
57
const handleGoToChat = () => {
58
setSelectedScreen(
'Chat'
);
59
};
60
61
const handleGoToIndex = () => {
62
setSelectedScreen(
'Index'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected