rn-calendar-component
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

rn-calendar

Docs

TODO:

Setup

yarn add rn-calendar-component

Usage

import { Calendar } from 'rn-calendar-component'

export default () => {
  return <Calendar startISODate="2020-01-01" endISODate="2020-12-31" />
}

Contributing

Setup

yarn bootstrap

Use Example app to test your changes. You can run it with those commands:

yarn example run-ios
yarn example run-android

Make sure that lints and tests passes:

yarn lint && yarn test

Publishing

Change GITHUB_TOKEN in .npmrc to valid one with packages:write scope.

After that just use:

  • yarn release <major | minor | patch | $version> with proper version i.e.
yarn release 1.0.0

Package Sidebar

Install

npm i rn-calendar-component

Weekly Downloads

4

Version

0.5.1

License

MIT

Unpacked Size

1.34 MB

Total Files

231

Last publish

Collaborators

  • dsznajder