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 62a373a commit 43784b5Copy full SHA for 43784b5
packages/core/src/CheckBox/README.md
@@ -5,7 +5,7 @@ CheckBox 复选框
5
6
### 基础示例
7
8
-<!--rehype:style=zoom: 33%;float: right; margin-left: 15px;-->
+
9
10
```jsx
11
import { CheckBox } from '@uiw/react-native';
packages/core/src/Layout/index.tsx
@@ -207,7 +207,7 @@ Layout.Footer = Footer;
207
Layout.Card = Card;
208
209
Footer.defaultProps = {
210
- copyright: 'uiw © 2017 React Native UIW',
+ copyright: 'uiw © 2023 React Native UIW',
211
isShowCopyRight: true,
212
};
213
0 commit comments