Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajsmth/rn-tools
/ pop
Function
pop
example/src/navigation-examples/basic-stack.tsx:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
function pop() {
27
navigation.stack.pop();
28
}
29
30
return (
31
<View style={{ flex: 1, justifyContent:
"center"
, alignItems:
"center"
}}>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected