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:
Sota Ogo
2021-10-25 20:48:24 -07:00
committed by Facebook GitHub Bot
parent 1b30dd074b
commit f7e4c07c84
17 changed files with 98 additions and 94 deletions
@@ -35,6 +35,5 @@ Pod::Spec.new do |s|
:react_native_path => "../../..",
:js_srcs_dir => "./",
:library_type => "modules",
:output_dir => "./"
})
end