onboardsync-react-native
Version:
Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing
11 lines • 542 B
TypeScript
export declare const Constants: {
readonly GLOBAL_CONFIG_ENDPOINT: "https://onboardsync-backend.vercel.app/api/global-config";
readonly DEVICE_ID_KEY: "onboardsync_device_id";
readonly ONBOARDING_COMPLETED_KEY: "onboardsync_onboarding_completed";
readonly JAVASCRIPT_CHANNEL: "flutter_bridge";
readonly DEFAULT_STATUS_BAR_STYLE: "dark-content";
readonly LOADING_BACKGROUND_COLOR: "#FFFFFF";
readonly WEBVIEW_LOAD_TIMEOUT: 30000;
readonly DEFAULT_APP_NAME: "Your App";
};
//# sourceMappingURL=constants.d.ts.map