Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c19354837/react-native-system-setting
/ EmitterSubscription
Interface
EmitterSubscription
SystemSetting.d.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
{};
2
3
interface
EmitterSubscription {
4
remove: () => void;
5
}
6
7
type
CompleteFunc = () => void
8
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected