diff --git a/docs/animated.md b/docs/animated.md index b2e8a37d3f5..a705314e4b4 100644 --- a/docs/animated.md +++ b/docs/animated.md @@ -522,7 +522,7 @@ Config is an object that may have the following options: static forkEvent(event, listener) ``` -Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing `AnimatedEvent`. If `animatedEvent` is a javascript listener, it will merge the 2 listeners into a single one, and if `animatedEvent` is null/undefined, it will assign the javascript listener directly. Use values directly where possible.aa +Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing `AnimatedEvent`. If `animatedEvent` is a javascript listener, it will merge the 2 listeners into a single one, and if `animatedEvent` is null/undefined, it will assign the javascript listener directly. Use values directly where possible. ---