File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
components/MessageOverlay Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ export type MessageOverlayPropsWithContext<
100100 | 'message'
101101 | 'messageReactions'
102102 | 'messageTextNumberOfLines'
103- | 'overlayOpacity'
104103 > & {
104+ overlayOpacity : Animated . SharedValue < number > ;
105105 showScreen ?: Animated . SharedValue < number > ;
106106 } ;
107107
Original file line number Diff line number Diff line change 11import React , { useContext } from 'react' ;
2- import type Animated from 'react-native-reanimated' ;
32
43import type { BottomSheetMethods } from '@gorhom/bottom-sheet/lib/typescript/types' ;
54
@@ -53,7 +52,6 @@ export type OverlayProviderProps<
5352 >
5453 > &
5554 Pick < OverlayContextValue , 'translucentStatusBar' > & {
56- overlayOpacity : Animated . SharedValue < number > ;
5755 closePicker ?: ( ref : React . RefObject < BottomSheetMethods > ) => void ;
5856 error ?: boolean | Error ;
5957 /** https://github.com/GetStream/stream-chat-react-native/wiki/Internationalization-(i18n) */
You can’t perform that action at this time.
0 commit comments