1 #include "FeaturesConfig.h"
2 
3 namespace reanimated {
4 bool FeaturesConfig::_isLayoutAnimationEnabled = false;
5 }
6