1.0.6 • Published 4 years ago

react-native-hinodi-components v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

license Version npm

react-native-hinodi-components

React Native common components for iOS + Android

Component API

DebounceTouchable

npm.io

DebounceTouchable

import { DebounceTouchable } from 'react-native-hinodi-components';

<DebounceTouchable>
    <Text>Click me!</Text>
</DebounceTouchable>;

Props

NameDescriptionTypeRequiredDefault Value
onPressCalled when the touch is releasedFunc() => {}
waitTimeDelay in ms, from latest onPressNumber300
childrenThe children to render inside this componentNodenull
styleThe custom styling which will be applied to the container of the childrenStylenull

Installation

yarn add react-native-hinodi-components

or

npm install react-native-hinodi-components

Author

Dinh Huynh

License

MIT