React Native common components for iOS + Android
import { DebounceTouchable } from 'react-native-hinodi-components';
<DebounceTouchable>
<Text>Click me!</Text>
</DebounceTouchable>;
Name | Description | Type | Required | Default Value |
---|---|---|---|---|
onPress | Called when the touch is released | Func | () => {} | |
waitTime | Delay in ms, from latest onPress | Number | 300 | |
children | The children to render inside this component | Node | null |
|
style | The custom styling which will be applied to the container of the children |
Style | null |
yarn add react-native-hinodi-components
or
npm install react-native-hinodi-components
MIT