@electric-sql/client
Version:
Postgres everywhere - your data, in sync, wherever you need it.
50 lines (49 loc) • 1.12 kB
JavaScript
import {
BackoffDefaults,
ELECTRIC_PROTOCOL_QUERY_PARAMS,
FetchBackoffAbortError,
FetchError,
Shape,
ShapeStream,
_resetHttpWarningForTesting,
camelToSnake,
canonicalShapeKey,
compileExpression,
compileOrderBy,
createColumnMapper,
createReactNativeRuntimeVisibilityAdapter,
isChangeMessage,
isControlMessage,
isVisibleInSnapshot,
resolveValue,
setDefaultRuntimeVisibilityAdapterFactory,
snakeCamelMapper,
snakeToCamel
} from "./chunk-QLA7LEQI.mjs";
// src/react-native.ts
import { AppState } from "react-native";
setDefaultRuntimeVisibilityAdapterFactory(
() => createReactNativeRuntimeVisibilityAdapter(AppState)
);
export {
BackoffDefaults,
ELECTRIC_PROTOCOL_QUERY_PARAMS,
FetchBackoffAbortError,
FetchError,
Shape,
ShapeStream,
_resetHttpWarningForTesting,
camelToSnake,
canonicalShapeKey,
compileExpression,
compileOrderBy,
createColumnMapper,
createReactNativeRuntimeVisibilityAdapter,
isChangeMessage,
isControlMessage,
isVisibleInSnapshot,
resolveValue,
snakeCamelMapper,
snakeToCamel
};
//# sourceMappingURL=index.react-native.mjs.map