You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/AndroidTextInputProps.h
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/AndroidTextInputState.cpp
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/AndroidTextInputState.h
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputState.cpp
+1-23Lines changed: 1 addition & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,4 @@
7
7
8
8
#include"TextInputState.h"
9
9
10
-
namespacefacebook::react {
11
-
12
-
#ifdef ANDROID
13
-
TextInputState::TextInputState(
14
-
const TextInputState& /*previousState*/,
15
-
const folly::dynamic& /*data*/){};
16
-
17
-
/*
18
-
* Empty implementation for Android because it doesn't use this class.
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/TextInputState.h
0 commit comments