Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
react-native-calendar-bbcloud
Advanced tools
forked from christopherdro/react-native-calendar update apply to bbcloud for app flower
A <Calendar>
component for React Native
Portrait mode only
npm install react-native-calendar --save
<Calendar
scrollEnabled={true} // False disables swiping. Default: True
showControls={true} // False hides prev/next buttons. Default: False
titleFormat={'MMMM YYYY'} // Format for displaying current month. Default: 'MMMM YYYY'
dayHeadings={Array} // Default: ['S', 'M', 'T', 'W', 'T', 'F', 'S']
monthNames={Array} // Defaults to english names of months
prevButtonText={'Prev'} // Text for previous button. Default: 'Prev'
nextButtonText={'Next'} // Text for next button. Default: 'Next'
onDateSelect={(date) => this.onDateSelect(date)} // Callback after date selection
onTouchPrev={this.onTouchPrev} // Callback for prev touch event
onTouchNext={this.onTouchNext} // Callback for next touch event
onSwipePrev={this.onSwipePrev} // Callback for back swipe event
onSwipeNext={this.onSwipeNext} // Callback for forward swipe event
eventDates={['2015-07-01']} // Optional array of moment() parseable dates that will show an event indicator
today={'2016-16-05'} // Defaults to today
startDate={'2015-08-01'} // The first month that will display. Default: current month
selectedDate={'2015-08-15'} // Day to be selected
customStyle={{day: {fontSize: 15, textAlign: 'center'}}} // Customize any pre-defined styles
weekStart={1} // Day on which week starts 0 - Sunday, 1 - Monday, 2 - Tuesday, etc, Default: 1
list={['2016-8-15', '2016-8-16', '2016-8-17']} //添加指定日期样式,today,selectedDate会失效,因为兼容另一个同事的后台数据,日期格式为: YYYY-M-D
showTitle={false} //是否显示头部,默认:True, showControls为true时可能失效
/>
FAQs
forked from christopherdro/react-native-calendar update apply to bbcloud for app flower
The npm package react-native-calendar-bbcloud receives a total of 2 weekly downloads. As such, react-native-calendar-bbcloud popularity was classified as not popular.
We found that react-native-calendar-bbcloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.