A react native component Digital Clock component for IOS and Android. ๐ก
class ConsumerComponent extends Component {
render() {
return (
<View>
<DigitalClock />
</View>)
}
}
## License
*MIT*