UNPKG

@applicaster/zapp-react-native-utils

Version:

Applicaster Zapp React Native utilities package

33 lines (31 loc) 882 B
import { isTokenExpired, unixTimestampFromNowAppendingTimestamp, } from "./dateUtils"; import { skipHook, isPlayerHook } from "./hooksPresentation"; import { PresentHookPluginOneTime } from "./presentPluginOneTime"; import { batchSaveToLocalStorage, batchRemoveFromLocalStorage, batchSaveOwnedValues, batchRemoveOwnedValues, batchSaveOwnedNamespaceValues, batchRemoveOwnedNamespaceKeys, batchRemoveAllFromNamespace, } from "./localStorageHelper"; import { loginPluginUtils } from "./loginPluginUtils"; export default { isTokenExpired, unixTimestampFromNowAppendingTimestamp, skipHook, isPlayerHook, PresentHookPluginOneTime, batchSaveToLocalStorage, batchRemoveFromLocalStorage, batchSaveOwnedValues, batchRemoveOwnedValues, batchSaveOwnedNamespaceValues, batchRemoveOwnedNamespaceKeys, batchRemoveAllFromNamespace, loginPluginUtils, };