Skip to content

Commit 5edb565

Browse files
authored
fix: ios fails on pod-install (#115)
1 parent c402733 commit 5edb565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-progress-view.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'json'
22

3-
fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED']
3+
fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1'
44

55
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
66

0 commit comments

Comments
 (0)