diff --git a/Libraries/Animated/src/createAnimatedComponent.js b/Libraries/Animated/src/createAnimatedComponent.js index d31a12976da399..4aa1c6014d77d1 100644 --- a/Libraries/Animated/src/createAnimatedComponent.js +++ b/Libraries/Animated/src/createAnimatedComponent.js @@ -156,9 +156,7 @@ function createAnimatedComponent(Component: any, defaultProps: any): any { // have to make sure the view doesn't get optimized away because it cannot // go through the NativeViewHierarchyManager since it operates on the shadow // thread. - collapsable={ - this._propsAnimated.__isNative ? false : props.collapsable - } + collapsable={false} /> ); }