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.
1 parent a38295a commit a432713Copy full SHA for a432713
README.md
@@ -32,13 +32,13 @@ npm i react-native-text-input-interactive
32
## Import
33
34
```jsx
35
-import InteractiveTextInput from "react-native-text-input-interactive";
+import TextInput from "react-native-text-input-interactive";
36
```
37
38
## Basic Usage
39
40
41
-<InteractiveTextInput onChangeText={(text: string) => {}} />
+<TextInput onChangeText={(text: string) => {}} />
42
43
44
## Example Project 😍
0 commit comments