Skip to content

Commit 5317a1f

Browse files
committed
Update readme referring callbackNode (#6)
1 parent 3fda2ac commit 5317a1f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Example/app.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [
@@ -24,6 +24,8 @@
2424
],
2525
"ios": {
2626
"supportsTablet": true
27-
}
27+
},
28+
"description": "",
29+
"githubUrl": "https://github.com/osdnk/reanimated-bottom-sheet"
2830
}
29-
}
31+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)