Skip to content

Commit 4e8acc1

Browse files
committed
fix: make bottom sheet compatible with reanimated 4.3.0
1 parent 26c3f1b commit 4e8acc1

2 files changed

Lines changed: 135 additions & 163 deletions

File tree

examples/SampleApp/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@
7171
"stream-chat-react-native": "link:../../package/native-package",
7272
"stream-chat-react-native-core": "link:../../package"
7373
},
74+
"reanimated": {
75+
"staticFeatureFlags": {
76+
"USE_COMMIT_HOOK_ONLY_FOR_REACT_COMMITS": true,
77+
"USE_SYNCHRONIZABLE_FOR_MUTABLES": true,
78+
"FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS": false
79+
}
80+
},
7481
"devDependencies": {
7582
"@babel/core": "^7.27.4",
7683
"@babel/runtime": "^7.27.6",

0 commit comments

Comments
 (0)