UNPKG

react-native-mock-tmp-build

Version:

A fully mocked and test-friendly version of react native

14 lines (10 loc) 238 B
/** * https://github.com/facebook/react-native/blob/master/React/Modules/RCTTiming.m */ const Timing = { createTimer(callbackId, duration, jsSchedulingTime, repeats) { }, deleteTimer(timerId) { }, }; module.exports = Timing;