UNPKG

expo-background-timer

Version:

A background timer module for Expo that allows scheduling and managing timed tasks efficiently, even when the app is in the background.

6 lines (4 loc) 261 B
import { requireNativeModule } from "expo-modules-core"; // It loads the native module object from the JSI or falls back to // the bridge module (from NativeModulesProxy) if the remote debugger is on. export default requireNativeModule("ExpoBackgroundTimer");