-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch @react-native-community/progress-view@1.4.0 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/@react-native-community/progress-view/react-native-progress-view.podspec b/node_modules/@react-native-community/progress-view/react-native-progress-view.podspec
index 7580b30..3ddce84 100644
--- a/node_modules/@react-native-community/progress-view/react-native-progress-view.podspec
+++ b/node_modules/@react-native-community/progress-view/react-native-progress-view.podspec
@@ -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')))
This issue body was partially generated by patch-package.
As mentioned by #109 (comment)
Metadata
Metadata
Assignees
Labels
No labels