Skip to content

Commit

Permalink
fix import scrollView
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Drouin <[email protected]>
  • Loading branch information
jcdrouin21 committed Jan 27, 2025
1 parent cfff7c2 commit 8ce4a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,24 +193,12 @@ exports[`DismissibleCustomModal Component Renders correctly with primary call to
</View>
</View>
<RCTScrollView
collapsable={false}
handlerTag={2}
handlerType="NativeViewGestureHandler"
onGestureHandlerEvent={[Function]}
onGestureHandlerStateChange={[Function]}
showsVerticalScrollIndicator={false}
style={
{
"flexGrow": 0,
}
}
waitFor={
[
{
"current": null,
},
]
}
>
<View>
<View
Expand Down Expand Up @@ -507,24 +495,12 @@ exports[`DismissibleCustomModal Component Renders correctly without call to acti
</View>
</View>
<RCTScrollView
collapsable={false}
handlerTag={1}
handlerType="NativeViewGestureHandler"
onGestureHandlerEvent={[Function]}
onGestureHandlerStateChange={[Function]}
showsVerticalScrollIndicator={false}
style={
{
"flexGrow": 0,
}
}
waitFor={
[
{
"current": null,
},
]
}
>
<View>
<View
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/modals/CustomModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import { Button, ButtonType, testIdWithKey, useTheme } from '@hyperledger/aries-
import { useTranslation } from 'react-i18next'
import {
Modal,
ScrollView,
StyleSheet,
Text,
TouchableOpacity,
TouchableWithoutFeedback,
useWindowDimensions,
View,
} from 'react-native'
import { ScrollView } from 'react-native-gesture-handler'
import Icon from 'react-native-vector-icons/MaterialIcons'

import { hitSlop } from '../../constants'
Expand Down

0 comments on commit 8ce4a48

Please sign in to comment.