Enable NativeAnimationDriver in Fabric

Summary:
Enables NativeAnimationDriver in Fabric.

Fabric animations:
{F151048224}

Pre-Fabric animations:

{F151048344}

Reviewed By: mdvacca

Differential Revision: D14114388

fbshipit-source-id: 1f64db168ae037535a31def7da28b9e0474b7198
This commit is contained in:
Joshua Gross
2019-02-20 00:12:12 -08:00
committed by Facebook Github Bot
parent a89fe4165c
commit ab6ea9c938
8 changed files with 207 additions and 185 deletions

View File

@@ -39,7 +39,7 @@ import java.util.Set;
import javax.annotation.Nullable;
/**
* An class that is used to receive React commands from JS and translate them into a
* A class that is used to receive React commands from JS and translate them into a
* shadow node hierarchy that is then mapped to a native view hierarchy.
*/
public class UIImplementation {