File tree Expand file tree Collapse file tree 1 file changed +36
-22
lines changed Expand file tree Collapse file tree 1 file changed +36
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " reactnativeflatlistwrapper" ,
3
- "version" : " 0.0.1" ,
4
- "private" : true ,
2
+ "name" : " flatlist-view-control-rn" ,
3
+ "version" : " 1.0.1" ,
4
+ "description" : " A Flatlist react native full wrapper!" ,
5
+ "main" : " src/index" ,
6
+ "react-native" : " src/index" ,
7
+ "source" : " src/index" ,
5
8
"scripts" : {
6
- "android" : " react-native run-android" ,
7
- "ios" : " react-native run-ios" ,
8
- "start" : " react-native start" ,
9
- "test" : " jest" ,
10
- "lint" : " eslint . --ext .js,.jsx,.ts,.tsx"
9
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
10
},
12
- "dependencies" : {
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/DEVfancybear/react-native-flatlist-wrapper.git"
14
+ },
15
+ "peerDependencies" : {
13
16
"react" : " 17.0.1" ,
14
17
"react-fast-compare" : " ^3.2.0" ,
15
18
"react-native" : " 0.64.0"
28
31
"react-test-renderer" : " 17.0.1" ,
29
32
"typescript" : " ^3.8.3"
30
33
},
31
- "resolutions" : {
32
- "@types/react" : " ^17"
34
+ "keywords" : [
35
+ " flatlist" ,
36
+ " flatlist" ,
37
+ " wrapper" ,
38
+ " flatlist" ,
39
+ " control" ,
40
+ " react-native" ,
41
+ " rn" ,
42
+ " react" ,
43
+ " native" ,
44
+ " fresh" ,
45
+ " react" ,
46
+ " native" ,
47
+ " load" ,
48
+ " more" ,
49
+ " pull" ,
50
+ " to" ,
51
+ " refresh"
52
+ ],
53
+ "author" : " DuongLT" ,
54
+ "license" : " MIT" ,
55
+ "bugs" : {
56
+ "url" : " https://github.com/DEVfancybear/react-native-flatlist-wrapper/issues"
33
57
},
34
- "jest" : {
35
- "preset" : " react-native" ,
36
- "moduleFileExtensions" : [
37
- " ts" ,
38
- " tsx" ,
39
- " js" ,
40
- " jsx" ,
41
- " json" ,
42
- " node"
43
- ]
44
- }
58
+ "homepage" : " https://github.com/DEVfancybear/react-native-flatlist-wrapper#readme"
45
59
}
You can’t perform that action at this time.
0 commit comments