We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfc006 commit b1100e4Copy full SHA for b1100e4
1 file changed
src/components/KeyboardChatScrollView/index.tsx
@@ -63,7 +63,7 @@ const KeyboardChatScrollView = forwardRef<
63
64
// Invisible view whose animated style changes every frame during keyboard
65
// animation. On Fabric, this forces Reanimated to schedule a commit,
66
- // which flushes the scrollTo call in the same frame (fixing desynchronization).
+ // which flushes the scrollTo call in the same frame (fixing de-synchronization).
67
// see https://github.com/software-mansion/react-native-reanimated/issues/9000
68
const commitStyle = useAnimatedStyle(
69
() => ({
0 commit comments