Skip to content

Commit 5588e0f

Browse files
cipolleschifacebook-github-bot
authored andcommittedFeb 15, 2023
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
1 parent d1e500c commit 5588e0f

File tree

13 files changed

+3
-0
lines changed

13 files changed

+3
-0
lines changed
 

‎ReactCommon/react/renderer/components/textinput/iostextinput/BUCK

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ load(
1212
"subdir_glob",
1313
)
1414

15+
oncall("react_native")
16+
1517
APPLE_COMPILER_FLAGS = get_apple_compiler_flags()
1618

1719
rn_xplat_cxx_library(
@@ -28,6 +30,7 @@ rn_xplat_cxx_library(
2830
exported_headers = subdir_glob(
2931
[
3032
("", "*.h"),
33+
("react/renderer/components/iostextinput", "*.h"),
3134
],
3235
# TODO(shergin) T26519801 Figure out better directories structure
3336
prefix = "react/renderer/components/iostextinput",

0 commit comments

Comments
 (0)
Please sign in to comment.