Skip to content

Commit

Permalink
change .cpp default value
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Nov 5, 2022
1 parent b1b8bf0 commit f0d0186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class AndroidTextInputProps final : public ViewProps, public BaseTextProps {
bool disableFullscreenUI{false};
std::string textBreakStrategy{};
SharedColor underlineColorAndroid{};
std::string accessibilityErrorMessage{""};
std::string accessibilityErrorMessage{};
std::string inlineImageLeft{};
int inlineImagePadding{0};
std::string importantForAutofill{};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ TextInputProps::TextInputProps(
rawProps,
"accessibilityErrorMessage",
sourceProps.accessibilityErrorMessage,
"")),
{})),
inputAccessoryViewID(convertRawProp(
context,
rawProps,
Expand Down

0 comments on commit f0d0186

Please sign in to comment.