-
Notifications
You must be signed in to change notification settings - Fork 25k
[react-packager] fix a typo s/pacakge/package #83
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
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks! |
|
Oops, thank you @facebook-github-bot, I signed up. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
Ah thanks, pacakge makes no sense haha |
|
It has landed internally |
Summary: Closes facebook#83 Github Author: Chengyin Liu <[email protected]> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Summary: Closes facebook#83 Github Author: Chengyin Liu <[email protected]> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Summary: Closes facebook#83 Github Author: Chengyin Liu <[email protected]> Test Plan: Imported from GitHub, without a `Test Plan:` line.
As PR facebook#83, if dispatcherIndex is a property of the store, I think you need a comma here.
NavigationExperimental now supports a low level API for custom animations via a new prop called `timing`. With this change, it's possible to manipulate the Animated.value used internally by the Transitioner. This makes performance for nested routing configurations as good as the now deprecated `AnimatedView`. Also See facebook/react-native#83 Fixes #3
Summary: Closes facebook/react-native#83 Github Author: Chengyin Liu <[email protected]> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Add props to FlatList
No description provided.