Skip to content

Commit 13ee5c4

Browse files
Peter Arganyfacebook-github-bot
Peter Argany
authored andcommitted
Enable animations in bridgeless mode on iOS
Reviewed By: ejanzer Differential Revision: D21465166 fbshipit-source-id: b34e8e97330b897e20d9a4b05dba1826df569e16
1 parent 77d1380 commit 13ee5c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Libraries/Animated/src/Animated.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ import typeof AnimatedView from './components/AnimatedView';
2121
const AnimatedMock = require('./AnimatedMock');
2222
const AnimatedImplementation = require('./AnimatedImplementation');
2323

24-
//TODO(T57411659): Remove the bridgeless check when Animated perf regressions are fixed.
25-
const Animated = ((Platform.isTesting ||
26-
(global.RN$Bridgeless && Platform.OS === 'ios')
24+
const Animated = ((Platform.isTesting
2725
? AnimatedMock
2826
: AnimatedImplementation): typeof AnimatedMock);
2927

0 commit comments

Comments
 (0)