forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
update react native #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: Missed wrapping this previously :x Closes #8930 Reviewed By: foghina Differential Revision: D3593226 Pulled By: astreet fbshipit-source-id: aea05a6fe7a806d0e31bb486d3de90fe18f2c15f
Summary: In Android `RecyclerViewBackedScrollView` didn't provide the `scrollTo` API, however iOS does. If a ListView was created with `RecyclerViewBackedScrollView` as its `renderScrollComponent`, then calling `scrollTo` wouldn't work. This diff enables the `scrollTo` API in `RecyclerViewBackedScrollView` on Android. Reviewed By: dmmiller Differential Revision: D3605233 fbshipit-source-id: f192053361f45453e5fce3fb6038ab03ac4025af
Summary: In Timing.java, the key provided to the remove function of mTimerIdsToTimers is not correct, that may introduce bugs. Closes #8966 Differential Revision: D3605291 Pulled By: astreet fbshipit-source-id: 97563b6846e8f3f40d20b48b3852dd557c9932f3
Summary: Closes #8964 Differential Revision: D3605729 fbshipit-source-id: 517a06d5100742af2fa57bc5ccf8e8e957165f7c
Reviewed By: mmmulani Differential Revision: D3599003 fbshipit-source-id: 25090309c92127b403d1df6a8b7c18ad5a088b5e
Reviewed By: javache Differential Revision: D3600752 fbshipit-source-id: 84cea3b67daa67b92a8845454aecf1462c857b50
Reviewed By: majak Differential Revision: D3598946 fbshipit-source-id: fdbbbf3b9bd262e0b14b5b9a40171a1c039695a7
Differential Revision: D3604593 fbshipit-source-id: f7f77bfb01ca51e660b68945ff7271a492df1bcb
Summary: Add a batch addition operation for ViewPager. Differential Revision: D3597840 fbshipit-source-id: 1c9c42e03da2492444298220e75f547b6567b4e5
Reviewed By: javache Differential Revision: D3600853 fbshipit-source-id: 46ef2d0e54e4ce417cc3d4138c8d8f60d5c34173
Differential Revision: D3604593 fbshipit-source-id: fe792739dbe4af294ef0071b4db4ab181adcb874
Reviewed By: majak Differential Revision: D3598946 fbshipit-source-id: fb70f5b031a85f30a6207eb95b7fd0ccd7d78039
Summary: Missing import throws variable error Closes #8988 Differential Revision: D3611142 fbshipit-source-id: b50edf52cdf6c723abaa7bd021cf11ee5b4d874d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.