We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff28133 commit 182d45bCopy full SHA for 182d45b
src/renderers/native/ReactNativeFiber.js
@@ -294,9 +294,9 @@ const NativeRenderer = ReactFiberReconciler({
294
// Noop?
295
},
296
297
- scheduleAnimationCallback: window.requestAnimationFrame,
+ scheduleAnimationCallback: global.requestAnimationFrame,
298
299
- scheduleDeferredCallback: window.requestIdleCallback,
+ scheduleDeferredCallback: global.requestIdleCallback,
300
301
shouldSetTextContent(props : Props) : boolean {
302
return false;
0 commit comments