Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3405249
D11994.id40082.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
880 B
Referenced Files
None
Subscribers
None
D11994.id40082.diff
View Options
diff --git a/native/root.react.js b/native/root.react.js
--- a/native/root.react.js
+++ b/native/root.react.js
@@ -13,7 +13,7 @@
import * as SplashScreen from 'expo-splash-screen';
import invariant from 'invariant';
import * as React from 'react';
-import { Platform, UIManager, StyleSheet } from 'react-native';
+import { StyleSheet } from 'react-native';
import { GestureHandlerRootView } from 'react-native-gesture-handler';
import Orientation from 'react-native-orientation-locker';
import {
@@ -90,11 +90,6 @@
import './dev-menu.js';
import './types/message-types-validator.js';
-if (Platform.OS === 'android') {
- UIManager.setLayoutAnimationEnabledExperimental &&
- UIManager.setLayoutAnimationEnabledExperimental(true);
-}
-
const navInitAction = Object.freeze({ type: 'NAV/@@INIT' });
const navUnknownAction = Object.freeze({ type: 'NAV/@@UNKNOWN' });
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 4, 7:30 PM (12 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614691
Default Alt Text
D11994.id40082.diff (880 B)
Attached To
Mode
D11994: [native] Disable React Native LayoutAnimation on Android
Attached
Detach File
Event Timeline
Log In to Comment