enable *all* the reanimated feature flags
This commit is contained in:
+5
-1
@@ -377,7 +377,11 @@
|
||||
"reanimated": {
|
||||
"staticFeatureFlags": {
|
||||
"DISABLE_COMMIT_PAUSING_MECHANISM": true,
|
||||
"USE_COMMIT_HOOK_ONLY_FOR_REACT_COMMITS": true
|
||||
"ANDROID_SYNCHRONOUSLY_UPDATE_UI_PROPS": true,
|
||||
"IOS_SYNCHRONOUSLY_UPDATE_UI_PROPS": true,
|
||||
"USE_SYNCHRONIZABLE_FOR_MUTABLES": true,
|
||||
"USE_COMMIT_HOOK_ONLY_FOR_REACT_COMMITS": true,
|
||||
"FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user