react-native-action-sheet icon indicating copy to clipboard operation
react-native-action-sheet copied to clipboard

Doesn't show anything at all

Open sp42 opened this issue 4 months ago • 1 comments

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

sp42 avatar Sep 25 '25 01:09 sp42

Try wrapping your app with:

import { ActionSheetProvider } from "@expo/react-native-action-sheet"

<ActionSheetProvider> <RouteLayout /> </ActionSheetProvider>

Karroch-a avatar Dec 06 '25 01:12 Karroch-a