Skip to content

Commit

Permalink
fix: ios fails on pod-install (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Mar 22, 2023
1 parent c402733 commit 5edb565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-progress-view.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'json'

fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED']
fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1'

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

Expand Down

0 comments on commit 5edb565

Please sign in to comment.