Skip to content

Commit

Permalink
Move files from .../textinput/iostextinput to `.../textinput/iostex…
Browse files Browse the repository at this point in the history
…tinput/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
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Feb 15, 2023
1 parent d1e500c commit 5588e0f
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ load(
"subdir_glob",
)

oncall("react_native")

APPLE_COMPILER_FLAGS = get_apple_compiler_flags()

rn_xplat_cxx_library(
Expand All @@ -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",
Expand Down

0 comments on commit 5588e0f

Please sign in to comment.