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:
Riccardo Cipolleschi
2023-02-15 04:17:06 -08:00
committed by Facebook GitHub Bot
parent d1e500c3b1
commit 5588e0fe0b
13 changed files with 3 additions and 0 deletions
@@ -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",