Skip to content

Commit

Permalink
Documentation is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Aug 21, 2021
1 parent a38295a commit a432713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ npm i react-native-text-input-interactive
## Import

```jsx
import InteractiveTextInput from "react-native-text-input-interactive";
import TextInput from "react-native-text-input-interactive";
```

## Basic Usage

```jsx
<InteractiveTextInput onChangeText={(text: string) => {}} />
<TextInput onChangeText={(text: string) => {}} />
```

## Example Project 😍
Expand Down

0 comments on commit a432713

Please sign in to comment.