This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/react-native/scripts/react_native_pods.rb b/node_modules/react-native/scripts/react_native_pods.rb | |
| index db9a34a..e95b882 100644 | |
| --- a/node_modules/react-native/scripts/react_native_pods.rb | |
| +++ b/node_modules/react-native/scripts/react_native_pods.rb | |
| @@ -165,7 +165,7 @@ def use_react_native_codegen!(spec, options={}) | |
| return if ENV['DISABLE_CODEGEN'] == '1' | |
| # The path to react-native (e.g. react_native_path) | |
| - prefix = options[:path] ||= File.join(__dir__, "..") | |
| + prefix = options[:path] ||= "../../node_modules/react-native" |
OlderNewer