Skip to content

Commit 45b50b4

Browse files
committed
feat(app): integrate pressto
1 parent a8c6b35 commit 45b50b4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Providers/Providers.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,10 @@ export function Providers({ children }: PropsWithChildren) {
9999
<PressablesConfig
100100
globalHandlers={{
101101
onPress: () => {
102-
Haptics.selectionAsync();
102+
void Haptics.selectionAsync();
103103
},
104104
}}
105105
>
106-
{' '}
107106
{children}
108107
</PressablesConfig>
109108
</QueryProviderWithAuth>

src/components/NavigationSectionList/NavigationSectionListItemButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { StyleSheet, useUnistyles } from 'react-native-unistyles';
21
import { View } from 'react-native';
2+
import { StyleSheet, useUnistyles } from 'react-native-unistyles';
33
import { Button, ButtonProps } from '../Button';
44
import { Icon } from '../Icon';
55
import { Image } from '../Image';

0 commit comments

Comments
 (0)