react-native-clocks
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

React Native Clocks 🕑

React Native customisable clocks built with @shopify/react-native-skia

React Native Clocks

Installation

yarn add react-native-clocks
yarn add @shopify/react-native-skia

Usage

Analog:

import { Clock } from 'react-native-clocks';

// ...

export default function App() {
  return <Clock />;
}

Digital:

import { DigitalClock } from 'react-native-clocks';

// ...

export default function App() {
  return <DigitalClock />;
}

Take a look to the example folder where there are different examples of the clock's theming usage .

Library Under Construction 🚧

This library is still under construction, more customisable elements for the clocks are coming soon.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

/react-native-clocks/

    Package Sidebar

    Install

    npm i react-native-clocks

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    168 kB

    Total Files

    30

    Last publish

    Collaborators

    • mateoguzmana