@adamwett/no-touchy
v1.0.0
Published
higher order component that applies `disabled={true}` to a component of your choice recursively
Downloads
1
Readme
no-touchy
recursively disable your components with ease
usage
import { noTouchy } from 'no-touchy';
<NoTouchy>
{/* long and complicated component tree */}
<TouchableOpacity onPress={handlePress}>
<Text>Press me, and watch as nothing happens!</Text>
</TouchableOpacity>
</NoTouchy>