File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"expo" : {
3
- "name" : " scroll-imitate " ,
4
- "slug" : " scroll-imitate " ,
3
+ "name" : " Reanimated BottomSheet example " ,
4
+ "slug" : " reanimated-bottomsheet-example " ,
5
5
"privacy" : " public" ,
6
6
"sdkVersion" : " 32.0.0" ,
7
7
"platforms" : [
24
24
],
25
25
"ios" : {
26
26
"supportsTablet" : true
27
- }
27
+ },
28
+ "description" : " " ,
29
+ "githubUrl" : " https://github.com/osdnk/reanimated-bottom-sheet"
28
30
}
29
- }
31
+ }
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class Example extends React.Component {
65
65
| enabledGestureInteraction | no | ` true ` | Defines if bottom sheet could be scrollable by gesture. |
66
66
| enabledManualSnapping | no | ` true ` | If ` false ` blocks snapping using ` snapTo ` method. |
67
67
| enabledInnerScrolling | no | ` true ` | Defines whether it's possible to scroll inner content of bottom sheet.
68
- | callbackNode | no | | ` reanimated ` node which holds position of bottom sheet, where ` 1 ` it the highest snap point and ` 0 ` is the lowest.
68
+ | callbackNode | no | | ` reanimated ` node which holds position of bottom sheet, where ` 0 ` it the highest snap point and ` 1 ` is the lowest.
69
69
70
70
71
71
## Methods
You can’t perform that action at this time.
0 commit comments