UNPKG

@johnf/react-native-owl

Version:
9 lines (7 loc) 353 B
"use strict"; export const CHECK_INTERVAL = 500; // ie. Wait for elements to exist export const MAX_CHECK_TIMEOUT = 10 * 1000; // ie. Element 'Not Found' export const SOCKET_WAIT_TIMEOUT = 300; // ie. Retry to connect to websocket export const ANDROID_WS_HOST = '10.0.2.2'; export const IOS_WS_HOST = 'localhost'; //# sourceMappingURL=constants.js.map