New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rn-calendar-component

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-calendar-component

React-Native Calendar

0.5.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

react-native

FAQs

Package last updated on 11 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts