File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/components/HighlighterOverlayView
src/components/featureHighlight Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export type HighlighterOverlayViewProps = {
22
22
onRequestClose ?: ( ) => void ;
23
23
highlightFrame ?: HighlightFrameType ;
24
24
style ?: ViewStyle ;
25
- highlightViewTag ?: number | null ;
25
+ highlightViewTag ?: number ;
26
26
children ?: JSX . Element [ ] | JSX . Element ;
27
27
highlightViewTagParams ?: HighlightViewTagParams ;
28
28
minimumRectSize ?: Pick < HighlightFrameType , 'width' | 'height' > ;
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export type FeatureHighlightProps = {
133
133
interface State {
134
134
fadeAnim : Animated . Value ;
135
135
contentTopPosition ?: number ;
136
- node ?: number | null ;
136
+ node ?: number ;
137
137
getTarget ?: ( ) => any ;
138
138
}
139
139
You can’t perform that action at this time.
0 commit comments