mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move files from .../textinput/iostextinput to .../textinput/iostextinput/react/renderer/components/iostextinput
Summary: To properly setup the Header Search Paths for `use_frameworks!`, we need to move the files that are in the `.../textinput/iostextinput` folder into the `.../textinput/iostextinput/react/renderer/components/iostextinput` folder. This mimic the same folder structure we have also `android` ## Changelog [iOS][Changed] Moved the files from `.../textinput/iostextinput` to `.../textinput/iostextinput/react/renderer/components/iostextinput` Reviewed By: cortinico Differential Revision: D43084639 fbshipit-source-id: fe0f55d9f372bda0fbd59c6c567ac747ca308a69
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d1e500c3b1
commit
5588e0fe0b
@@ -12,6 +12,8 @@ load(
|
||||
"subdir_glob",
|
||||
)
|
||||
|
||||
oncall("react_native")
|
||||
|
||||
APPLE_COMPILER_FLAGS = get_apple_compiler_flags()
|
||||
|
||||
rn_xplat_cxx_library(
|
||||
@@ -28,6 +30,7 @@ rn_xplat_cxx_library(
|
||||
exported_headers = subdir_glob(
|
||||
[
|
||||
("", "*.h"),
|
||||
("react/renderer/components/iostextinput", "*.h"),
|
||||
],
|
||||
# TODO(shergin) T26519801 Figure out better directories structure
|
||||
prefix = "react/renderer/components/iostextinput",
|
||||
|
||||
Reference in New Issue
Block a user