MCPcopy
hub / github.com/wcandillon/can-it-be-done-in-react-native / AppState

Interface AppState

bonuses/tinder-swipe/App.tsx:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39interface AppState {
40 ready: boolean;
41}
42
43export default class App extends React.Component<AppProps, AppState> {
44 state = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected