Find hasConstant status via preprocessing

Reviewed By: javache

Differential Revision: D4867563

fbshipit-source-id: 66e4505d142fc4776cd727a025005b43d500b167
This commit is contained in:
Kathy Gray
2017-04-13 05:19:07 -07:00
committed by Facebook Github Bot
parent ea89af53cd
commit 8e382fd006
12 changed files with 29 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ import com.facebook.react.uimanager.UIManagerModule;
* isolates us from the problems that may be caused by concurrent updates of animated graph while UI
* thread is "executing" the animation loop.
*/
@ReactModule(name = NativeAnimatedModule.NAME, hasConstants = false)
@ReactModule(name = NativeAnimatedModule.NAME)
public class NativeAnimatedModule extends ReactContextBaseJavaModule implements
OnBatchCompleteListener, LifecycleEventListener {