MCPcopy Create free account
hub / github.com/dabbott/react-native-express / useInterval.js

File useInterval.js

examples/files/hooks/useInterval.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { useState, useEffect, useRef } from 'react'
2import { Text } from 'react-native'
3
4function useInterval(callback, delay) {

Callers

nothing calls this directly

Calls 1

useIntervalFunction · 0.85

Tested by

no test coverage detected