react-native-action-sheet
react-native-action-sheet copied to clipboard
Doesn't show anything at all
When pressed showing function, nothing happens. It doesn't show anything, and no any error message or log info.
I use the code from home page.
Environment
Platform: Android React Native: 0.79.5 "expo": "~53.0.23" @expo/react-native-action-sheet: ~4.1.1
Try wrapping your app with:
import { ActionSheetProvider } from "@expo/react-native-action-sheet"
<ActionSheetProvider> <RouteLayout /> </ActionSheetProvider>