mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move codegen output out of node_modules
Summary: In this diff, it moves the codegen output location out of node_modules and to build/generated/ios folder. A temp pod spec will be created so that those files will be included in the Xcode project. Changelog: [Internal] Reviewed By: hramos, cortinico Differential Revision: D31809012 fbshipit-source-id: ba1c884c8024306ba0fd2102837b7dbebc6e18ac
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1b30dd074b
commit
f7e4c07c84
@@ -35,6 +35,5 @@ Pod::Spec.new do |s|
|
||||
:react_native_path => "../../..",
|
||||
:js_srcs_dir => "./",
|
||||
:library_type => "modules",
|
||||
:output_dir => "./"
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user