MCPcopy Index your code
hub / github.com/react-native-webview/react-native-webview / State

Interface State

example/App.tsx:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168};
169
170interface State {
171 restarting: boolean;
172 currentTest: (typeof TESTS)[keyof typeof TESTS];
173}
174
175export default class App extends Component<unknown, State> {
176 state = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…