We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rrc_textinput
1 parent e39e9c4 commit ea8ad64Copy full SHA for ea8ad64
packages/react-native/ReactCommon/react/renderer/components/textinput/CMakeLists.txt
@@ -15,7 +15,7 @@ add_compile_options(
15
-DLOG_TAG=\"Fabric\")
16
17
file(GLOB rrc_textinput_SRC CONFIGURE_DEPENDS *.cpp platform/android/react/renderer/components/androidtextinput/*.cpp)
18
-add_library(rrc_textinput STATIC ${rrc_textinput_SRC})
+add_library(rrc_textinput SHARED ${rrc_textinput_SRC})
19
20
target_include_directories(rrc_textinput PUBLIC . ${CMAKE_CURRENT_SOURCE_DIR}/platform/android/)
21
0 commit comments