Skip to content

Commit

Permalink
Change View to ScrollView
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bert committed Nov 20, 2023
1 parent ecfcee2 commit 6284ab3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/src/release_tests/mouseButtons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
GestureType,
MouseButton,
Directions,
ScrollView,
} from 'react-native-gesture-handler';
import { StyleSheet, View, Text } from 'react-native';

Expand Down Expand Up @@ -163,12 +164,12 @@ function FlingTests() {

export default function Buttons() {
return (
<View style={{ flex: 1 }}>
<ScrollView style={{ flex: 1 }}>
<TapTests />
<PanTests />
<LongPressTests />
<FlingTests />
</View>
</ScrollView>
);
}

Expand Down

0 comments on commit 6284ab3

Please sign in to comment.