6

React Native customisable clocks built with react-native-skia

 2 years ago
source link: https://reactnativeexample.com/react-native-customisable-clocks-built-with-react-native-skia/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Clock

React Native customisable clocks built with react-native-skia

Sep 23, 2022 1 min read

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 />;
}

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


GitHub

View Github

Previous Post

TIC-TAC-TOE React Native App

You might also like...

Example of a clock that shows the current time and animates accordingly
17 March 2022

Subscribe to React Native Example for Android and iOS

Get the latest posts delivered right to your inbox


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK