Home
last modified time | relevance | path

Searched refs:stopNotifying (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/server/
H A DDevelopmentSession.ts53 this.stopNotifying();
63 this.stopNotifying();
78 this.stopNotifying();
83 this.stopNotifying();
95 public stopNotifying() { method in DevelopmentSession
103 this.stopNotifying();
H A DBundlerDevServer.ts240 this.devSession?.stopNotifying?.();
/expo/packages/@expo/cli/src/start/server/__mocks__/
H A DDevelopmentSession.ts8 stopNotifying = jest.fn(); property in DevelopmentSession