Package Exports
- rn-calendar-component
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rn-calendar-component) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rn-calendar
Docs
TODO:
Setup
yarn add rn-calendar-componentUsage
import { Calendar } from 'rn-calendar-component'
export default () => {
return <Calendar startISODate="2020-01-01" endISODate="2020-12-31" />
}Contributing
Setup
yarn bootstrapUse Example app to test your changes. You can run it with those commands:
yarn example run-ios
yarn example run-androidMake sure that lints and tests passes:
yarn lint && yarn testPublishing
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