Fixed Typo
Summary: Closes https://github.com/facebook/react-native/pull/4199 Reviewed By: svcscm Differential Revision: D2668739 Pulled By: sebmarkbage fb-gh-sync-id: 4c40feb9088a1631bcd0304bc94e956b6c38883d
This commit is contained in:
parent
e6093cff04
commit
e6b0eaee35
|
@ -547,7 +547,7 @@ class AnimatedValue extends AnimatedWithChildren {
|
|||
|
||||
/**
|
||||
* Directly set the value. This will stop any animations running on the value
|
||||
* and udpate all the bound properties.
|
||||
* and update all the bound properties.
|
||||
*/
|
||||
setValue(value: number): void {
|
||||
if (this._animation) {
|
||||
|
|
Loading…
Reference in New Issue