Skip to content

Commit

Permalink
Update directory hierarchy of AndroidTextInput C++ files
Browse files Browse the repository at this point in the history
Summary:
This diff updates the directory hierarchy of AndroidTextInput C++ files to be compatible with Android OSS build system

changelog: [internal] Internal

Reviewed By: PeteTheHeat

Differential Revision: D23179390

fbshipit-source-id: 1c52e4f882853799a58d44876cadd392b4a35050
  • Loading branch information
mdvacca authored and facebook-github-bot committed Aug 20, 2020
1 parent 3fd8a5b commit 8f306cd
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ rn_xplat_cxx_library(
"//xplat/js/react-native-github:generated_components-rncore",
react_native_xplat_target("react/renderer/components/image:image"),
react_native_xplat_target("react/renderer/components/text:text"),
react_native_xplat_target("react/renderer/components/textinput:androidtextinput"),
],
)
2 changes: 1 addition & 1 deletion ReactCommon/react/renderer/components/textinput/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rn_xplat_cxx_library(
exported_headers = subdir_glob(
[
("", "*.h"),
("androidtextinput", "*.h"),
("androidtextinput/react/renderer/components/androidtextinput", "*.h"),
],
prefix = "react/renderer/components/androidtextinput",
),
Expand Down

0 comments on commit 8f306cd

Please sign in to comment.