onboardsync-react-native
Version:
Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing
14 lines • 561 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Constants = void 0;
exports.Constants = {
GLOBAL_CONFIG_ENDPOINT: 'https://onboardsync-backend.vercel.app/api/global-config',
DEVICE_ID_KEY: 'onboardsync_device_id',
ONBOARDING_COMPLETED_KEY: 'onboardsync_onboarding_completed',
JAVASCRIPT_CHANNEL: 'flutter_bridge',
DEFAULT_STATUS_BAR_STYLE: 'dark-content',
LOADING_BACKGROUND_COLOR: '#FFFFFF',
WEBVIEW_LOAD_TIMEOUT: 30000,
DEFAULT_APP_NAME: 'Your App',
};
//# sourceMappingURL=constants.js.map