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 cla@fb.com. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
@javache has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: This PR updates the example of scrollTo that uses `;` instead of `,` to separate x, y and animated values. Closes facebook#13318 Differential Revision: D4913285 Pulled By: javache fbshipit-source-id: 02c219fbeae0f9e3b63f4b64eb4cca34868641c1
Summary: This PR updates the example of scrollTo that uses `;` instead of `,` to separate x, y and animated values. Closes facebook#13318 Differential Revision: D4913285 Pulled By: javache fbshipit-source-id: 02c219fbeae0f9e3b63f4b64eb4cca34868641c1
Motivation (required)
This PR updates the example of scrollTo that uses
;instead of,to separate x, y and animated values.