import { Pressable as PressableBase } from 'react-native-gesture-handler'
// import { Pressable as PressableBase } from 'react-native'
import { withUniwind } from 'uniwind'
const Pressable = withUniwind(PressableBase)
//const Pressable = PressableBase
//active: pseudo class does not work with Pressable from react-native-gresture-handler
<Pressable className="active:opacity-80" />