From 5ca0434f1b1ab92219d4b495fb4206c7d9133a6b Mon Sep 17 00:00:00 2001 From: WX <42308734@qq.com> Date: Sat, 8 Apr 2023 17:16:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(TextArea):=20=E6=98=8E=E6=9A=97=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examples/src/routes/DatePicker/index.tsx | 6 +- .../examples/src/routes/TextArea/index.tsx | 19 ++---- packages/core/src/TextArea/index.tsx | 64 +++++++++++-------- packages/core/src/Typography/Text.tsx | 2 +- 4 files changed, 46 insertions(+), 45 deletions(-) diff --git a/example/examples/src/routes/DatePicker/index.tsx b/example/examples/src/routes/DatePicker/index.tsx index de1b565d9..471547ab3 100644 --- a/example/examples/src/routes/DatePicker/index.tsx +++ b/example/examples/src/routes/DatePicker/index.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import {View, Text} from 'react-native'; -import {DatePicker, Button} from '@uiw/react-native'; +import {View} from 'react-native'; +import {DatePicker, Button, Text} from '@uiw/react-native'; import {ComProps} from '../../routes'; import Layout, {Container} from '../../Layout'; const {Header, Body, Footer, Card} = Layout; @@ -25,7 +25,7 @@ export default class BadgeView extends React.Component { - {this.state.formatDate} + {this.state.formatDate} {
- +