Skip to content

Commit 7eb3e54

Browse files
committed
remove paper check from iOS build config
1 parent 121d7b3 commit 7eb3e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-gesture-handler/RNGestureHandler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
3030
s.dependency "React-Core"
3131
end
3232

33-
if ENV['USE_FRAMEWORKS'] != nil && ENV['RCT_NEW_ARCH_ENABLED'] == '1'
33+
if ENV['USE_FRAMEWORKS'] != nil
3434
add_dependency(s, "React-FabricComponents", :additional_framework_paths => [
3535
"react/renderer/textlayoutmanager/platform/ios",
3636
"react/renderer/components/textinput/platform/ios",

0 commit comments

Comments
 (0)