Skip to content

Commit a70b286

Browse files
committed
Merge branch 'reanimated-v4' of https://github.com/RocketChat/Rocket.Chat.ReactNative into reanimated-v4
2 parents db0b508 + 312daf8 commit a70b286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/RoomView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ class RoomView extends React.Component<IRoomViewProps, IRoomViewState> {
850850
reactionClose={this.onReactionClose}
851851
/>
852852
),
853-
snaps: ['50%'],
853+
snaps: ['50%'],
854854
enableContentPanningGesture: false,
855855
onClose: this.resetAction
856856
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"@babel/runtime": "^7.25.0",
155155
"@bugsnag/cli": "^3.2.1",
156156
"@bugsnag/source-maps": "^2.3.3",
157-
"@gorhom/bottom-sheet": "^5.1.6",
157+
"@gorhom/bottom-sheet": "^5.1.6",
158158
"@react-native-community/cli": "18.0.0",
159159
"@react-native-community/cli-platform-android": "18.0.0",
160160
"@react-native-community/cli-platform-ios": "18.0.0",

0 commit comments

Comments
 (0)