Skip to content

Added naive scheduleDeferredCallback implementation for RN#11362

Merged
bvaughn merged 2 commits intofacebook:masterfrom
bvaughn:async-rn-0
Oct 25, 2017
Merged

Added naive scheduleDeferredCallback implementation for RN#11362
bvaughn merged 2 commits intofacebook:masterfrom
bvaughn:async-rn-0

Conversation

@bvaughn
Copy link
Contributor

@bvaughn bvaughn commented Oct 25, 2017

This unblocks initial async testing.

Based on initial testing, I'll also be submitting a related PR for React Native's createAnimatedComponent to make it account for potential async behavior.

Also fixed up a small thing I noticed while syncing and testing- rename RN shim's 'ReactNativeFiber-* exports to ReactNativeRenderer-*. This broke after the recent project cleanup/reorg.

@bvaughn bvaughn merged commit c86ae4b into facebook:master Oct 25, 2017
@bvaughn bvaughn deleted the async-rn-0 branch October 25, 2017 21:13
@@ -0,0 +1,65 @@
/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably call this something other than "FrameScheduling" since the plan is no longer to attempt to line up with Frames per se.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't think too hard about the name since we plan to change it soon anyway. I'll rename it when we do the real implementation.

Ethan-Arrowood pushed a commit to Ethan-Arrowood/react that referenced this pull request Dec 8, 2017
…11362)

* Added naive scheduleDeferredCallback implementation for RN

* Fixed ReactNative shim's expected @provideModule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants