File tree Expand file tree Collapse file tree 4 files changed +1298
-17
lines changed Expand file tree Collapse file tree 4 files changed +1298
-17
lines changed Original file line number Diff line number Diff line change 46
46
\. buckd /
47
47
android /app /libs
48
48
android /keystores /debug.keystore
49
+
50
+ # generated by bob
51
+ lib /
Original file line number Diff line number Diff line change 2
2
"name" : " reanimated-bottom-sheet" ,
3
3
"version" : " 1.0.0-alpha.8" ,
4
4
"description" : " Bottom sheet component" ,
5
- "main" : " index.js" ,
5
+ "main" : " lib/commonjs/index.js" ,
6
+ "module" : " lib/module/index.js" ,
7
+ "react-native" : " src/index.js" ,
6
8
"types" : " reanimated-bottom-sheet.d.ts" ,
7
9
"scripts" : {
8
- "test" : " echo \" Error: no test specified\" && exit 1"
10
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
11
+ "prepare" : " bob build"
9
12
},
10
13
"keywords" : [
11
14
" react-native" ,
15
18
" handler"
16
19
],
17
20
"files" : [
18
- " index.js" ,
21
+ " lib/" ,
22
+ " src/" ,
19
23
" reanimated-bottom-sheet.d.ts" ,
20
24
" README.md"
21
25
],
25
29
"url" : " git+https://github.com/osdnk/reanimated-bottom-sheet.git"
26
30
},
27
31
"license" : " MIT" ,
28
- "readmeFilename" : " README.md" ,
29
32
"peerDependencies" : {
30
33
"react" : " *" ,
31
34
"react-native" : " *" ,
32
35
"react-native-gesture-handler" : " *" ,
33
36
"react-native-reanimated" : " *"
34
37
},
35
38
"devDependencies" : {
39
+ "@react-native-community/bob" : " ^0.3.3" ,
36
40
"babel-eslint" : " ^10.0.1" ,
37
41
"eslint" : " ^5.15.1" ,
38
42
"eslint-plugin-react" : " ^7.12.4" ,
39
43
"react-native-reanimated" : " ^1.0.0-alpha.12"
44
+ },
45
+ "@react-native-community/bob" : {
46
+ "source" : " src" ,
47
+ "output" : " lib" ,
48
+ "targets" : [
49
+ " commonjs" ,
50
+ " module"
51
+ ]
40
52
}
41
53
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments