Skip to content

Commit a432713

Browse files
committed
Documentation is updated
1 parent a38295a commit a432713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ npm i react-native-text-input-interactive
3232
## Import
3333

3434
```jsx
35-
import InteractiveTextInput from "react-native-text-input-interactive";
35+
import TextInput from "react-native-text-input-interactive";
3636
```
3737

3838
## Basic Usage
3939

4040
```jsx
41-
<InteractiveTextInput onChangeText={(text: string) => {}} />
41+
<TextInput onChangeText={(text: string) => {}} />
4242
```
4343

4444
## Example Project 😍

0 commit comments

Comments
 (0)