mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix AndroidTextInput C++ debugging code
Summary: Fixes debug output for AndroidTextInput. Failed to compile (in special "Fabric debug mode") before. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D19653093 fbshipit-source-id: 887916892a78a4e40bb4f6154f474add9672edfb
This commit is contained in:
committed by
Facebook Github Bot
parent
fdd133e214
commit
74026041ba
@@ -283,7 +283,7 @@ folly::dynamic AndroidTextInputProps::getDynamic() const {
|
||||
|
||||
#if RN_DEBUG_STRING_CONVERTIBLE
|
||||
// TODO: codegen these
|
||||
SharedDebugStringConvertibleList TextProps::getDebugProps() const {
|
||||
SharedDebugStringConvertibleList AndroidTextInputProps::getDebugProps() const {
|
||||
return {};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user