We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b260a2 commit d84ba1cCopy full SHA for d84ba1c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@unifyapps/react-native-calendars",
3
- "version": "1.22.0-ua.1",
+ "version": "1.22.0-ua.2",
4
"main": "src/index.ts",
5
"types": "src/index.d.ts",
6
"description": "React Native Calendar Components",
src/calendar/index.tsx
@@ -228,6 +228,7 @@ const Calendar = props => {
228
</View>
229
);
230
};
231
+
232
const renderWeek = (days, id) => {
233
if (renderWeekProp) {
234
return renderWeekProp(days, id, currentMonth);
0 commit comments