()
| 117 | animatedValue: AnimatedValue |
| 118 | ): void {} |
| 119 | stop(): void { |
| 120 | if (this.__nativeId) { |
| 121 | NativeAnimatedAPI.stopAnimation(this.__nativeId); |
| 122 | } |
| 123 | } |
| 124 | __getNativeAnimationConfig(): any { |
| 125 | // Subclasses that have corresponding animation implementation done in native |
| 126 | // should override this method |
no test coverage detected