Skip to content

Commit 6a14566

Browse files
duom青源duom青源
authored andcommitted
2 parents d7e9720 + 5f4814a commit 6a14566

File tree

169 files changed

+2583
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+2583
-316
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ android/keystores/debug.keystore
6767
.turbo/
6868

6969
# generated by bob
70-
lib/
70+
# lib/

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
# react-native-variable-text-input
22

3-
my variable textInput
3+
custom emoji textInput mentions which works both ios and Android
4+
5+
## Demonstration
6+
7+
<img src="./gifs/demo.gif?raw=true" width="20%">
8+
9+
## Key features
10+
11+
-Support for customized emoji
12+
-Support for inserting tags (@ && #)
413

514
## Installation
615

16+
Install `react-native-variable-text-input` package from npm:
17+
718
```sh
819
yarn add react-native-variable-text-input
9-
```
10-
```ios
20+
# or
21+
# npm install react-native-variable-text-input --save
1122
cd ios
1223
pod install
13-
## Usage
14-
15-
```js
16-
import { VariableTextInputView } from "react-native-variable-text-input";
24+
```
1725

18-
// ...
26+
## Documentation
1927

20-
<VariableTextInputView style = {{flex:1,height:20,width:'100%'}}/>
21-
```
28+
//todo
2229

2330
## Contributing
2431

0 commit comments

Comments
 (0)