File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # react-native-animated -text-input
1
+ # react-native-reanimated -text-input
2
2
React Native text input component with a floating label - using react-native-reanimated.
3
3
4
4
## Peer Dependancies
@@ -13,16 +13,16 @@ react-native-reanimated
13
13
14
14
# Installation
15
15
```
16
- yarn add react-native-animated -text-input
16
+ yarn add react-native-reanimated -text-input
17
17
```
18
18
or
19
19
```
20
- npm install --save react-native-animated -text-input
20
+ npm install --save react-native-reanimated -text-input
21
21
```
22
22
23
23
# Usage
24
24
``` js
25
- import Input from ' react-native-animated -text-input' ;
25
+ import Input from ' react-native-reanimated -text-input' ;
26
26
27
27
< Input
28
28
label= {" User name" }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
StatusBar ,
15
15
} from 'react-native' ;
16
16
17
- import Input from 'react-native-animated -text-input' ;
17
+ import Input from 'react-native-reanimated -text-input' ;
18
18
19
19
const App : ( ) => React$Node = ( ) => {
20
20
const [ userName , setUserName ] = useState ( '' )
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"react" : " 16.9.0" ,
14
14
"react-native" : " 0.61.5" ,
15
- "react-native-animated -text-input" : " file:../../" ,
15
+ "react-native-reanimated -text-input" : " file:../../" ,
16
16
"react-native-reanimated" : " ^1.7.0"
17
17
},
18
18
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-animated -text-input" ,
2
+ "name" : " react-native-reanimated -text-input" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " React Native text input component with a floating label - using react-native-reanimated" ,
5
5
"main" : " index.js" ,
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/csath/react-native-animated -text-input.git"
11
+ "url" : " git+https://github.com/csath/react-native-reanimated -text-input.git"
12
12
},
13
13
"keywords" : [
14
14
" react-native" ,
18
18
"author" : " csath (chanakaathurugiriya@gmail.com)" ,
19
19
"license" : " MIT" ,
20
20
"bugs" : {
21
- "url" : " https://github.com/csath/react-native-animated -text-input/issues"
21
+ "url" : " https://github.com/csath/react-native-reanimated -text-input/issues"
22
22
},
23
- "homepage" : " https://github.com/csath/react-native-animated -text-input#readme" ,
23
+ "homepage" : " https://github.com/csath/react-native-reanimated -text-input#readme" ,
24
24
"peerDependencies" : {
25
25
"lodash" : " ^4.17.15" ,
26
26
"prop-types" : " ^15.7.2" ,
You can’t perform that action at this time.
0 commit comments