Skip to content

Commit 82ee9f0

Browse files
committed
chore: release 3.10.0-beta.3
1 parent 7c5e882 commit 82ee9f0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ios/TrueSheetContainerView.mm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ - (instancetype)init {
4343

4444
@end
4545

46-
@interface TrueSheetContainerView () <TrueSheetContentViewDelegate, TrueSheetHeaderViewDelegate, TrueSheetFooterViewDelegate>
46+
@interface TrueSheetContainerView () <TrueSheetContentViewDelegate,
47+
TrueSheetHeaderViewDelegate,
48+
TrueSheetFooterViewDelegate>
4749
@end
4850

4951
@implementation TrueSheetContainerView {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodev09/react-native-true-sheet",
3-
"version": "3.10.0-beta.2",
3+
"version": "3.10.0-beta.3",
44
"description": "The true native bottom sheet experience for your React Native Apps.",
55
"source": "./src/index.ts",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)