0.5.1 • Published 3 years ago

rn-calendar-component v0.5.1

Weekly downloads
83
License
MIT
Repository
github
Last release
3 years ago

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