@corrbo/react-native-dev-console
Version:
Developer menu
12 lines (11 loc) • 434 B
JavaScript
;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const startNetworkLogging = options => {
console.warn('startNetworkLogging is not implemented on this platform');
};
export const getRequests = () => [];
export const clearRequests = () => {};
export { getBackHandler } from "./backHandler.js";
export { ThemeName } from "./theme.js";
export default () => null;
//# sourceMappingURL=index.web.js.map