Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32562225
D11994.1767335740.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
880 B
Referenced Files
None
Subscribers
None
D11994.1767335740.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
Fri, Jan 2, 6:35 AM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5874925
Default Alt Text
D11994.1767335740.diff (880 B)
Attached To
Mode
D11994: [native] Disable React Native LayoutAnimation on Android
Attached
Detach File
Event Timeline
Log In to Comment