Skip to content

Commit

Permalink
fix(Calendar): 修复Calendar组件报错
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-z committed Mar 1, 2023
1 parent aaac112 commit c84c03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default CalendarView
### 默认value值

```jsx mdx:preview&background=#bebebe29
import React,{Component} from 'react';
import React,{ Component, useState} from 'react';
import { View,Text } from 'react-native';
import { Calendar } from '@uiw/react-native';
import Layout, { Container } from '../Layout';
Expand Down

0 comments on commit c84c03a

Please sign in to comment.