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 11{
22 "expo" : {
3- "name" : " scroll-imitate " ,
4- "slug" : " scroll-imitate " ,
3+ "name" : " Reanimated BottomSheet example " ,
4+ "slug" : " reanimated-bottomsheet-example " ,
55 "privacy" : " public" ,
66 "sdkVersion" : " 32.0.0" ,
77 "platforms" : [
2424 ],
2525 "ios" : {
2626 "supportsTablet" : true
27- }
27+ },
28+ "description" : " " ,
29+ "githubUrl" : " https://github.com/osdnk/reanimated-bottom-sheet"
2830 }
29- }
31+ }
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class Example extends React.Component {
6565| enabledGestureInteraction | no | ` true ` | Defines if bottom sheet could be scrollable by gesture. |
6666| enabledManualSnapping | no | ` true ` | If ` false ` blocks snapping using ` snapTo ` method. |
6767| 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.
6969
7070
7171## Methods
You can’t perform that action at this time.
0 commit comments