Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 4967f52

Browse files
committed
fix: corriger l'importation de Pressable dans PapillonPicker
1 parent 3db731e commit 4967f52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Global/PapillonPicker.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import React, { useState } from "react";
2-
import { View, Platform, StyleSheet, type StyleProp, type ViewStyle } from "react-native";
2+
import { View, Pressable, Platform, StyleSheet, type StyleProp, type ViewStyle } from "react-native";
33

44
import { animPapillon, PapillonContextEnter, PapillonContextExit } from "@/utils/ui/animations";
55
import { usePapillonTheme as useTheme } from "@/utils/ui/theme";
6-
import { Pressable } from "react-native-gesture-handler";
76
import Reanimated, { LinearTransition, type AnimatedStyle } from "react-native-reanimated";
87
import { NativeText } from "./NativeComponents";
98

0 commit comments

Comments
 (0)