上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页
摘要: 阅读全文
posted @ 2022-09-25 15:09 龙卷风吹毁停车场 阅读(43) 评论(0) 推荐(0)
摘要: const isYesterday=(theDate='2022-1-1 10:12:00')=>{ theDate = new Date(theDate) var date = (new Date()); //当前时间 var today = new Date(date.getFullYear() 阅读全文
posted @ 2022-09-25 13:50 龙卷风吹毁停车场 阅读(45) 评论(0) 推荐(0)
摘要: Error: Too many re-renders. React limits the number of renders to prevent an infinite loop. 错误:重新渲染过多。 React 限制了渲染的数量以防止无限循环。 不能在条件语句里面执行hooks 需要写到use 阅读全文
posted @ 2022-09-23 15:05 龙卷风吹毁停车场 阅读(807) 评论(0) 推荐(0)
摘要: 废话不多说,直接上硬货:效果图 安装 react-native-anchor-point 用于处理旋转中心点位置 yarn add react-native-anchor-point github仓库地址: https://github.com/sueLan/react-native-anchor- 阅读全文
posted @ 2022-09-23 09:47 龙卷风吹毁停车场 阅读(806) 评论(0) 推荐(0)
摘要: xxxRef.current.你的方法() 阅读全文
posted @ 2022-09-19 14:06 龙卷风吹毁停车场 阅读(24) 评论(0) 推荐(0)
摘要: import React, {Component} from 'react'; import {Text, View, TouchableOpacity} from 'react-native'; // 父 let child onRefbbb = (ref) => { child = ref } 阅读全文
posted @ 2022-09-09 10:18 龙卷风吹毁停车场 阅读(148) 评论(0) 推荐(0)
摘要: 导航使用的是 @react-navigation/native componentDidMount(){ let { navigation } = this.props navigation.addListener('beforeRemove', (e) => { e.preventDefault( 阅读全文
posted @ 2022-09-08 18:12 龙卷风吹毁停车场 阅读(468) 评论(0) 推荐(0)
摘要: 一个很棒的跨平台 React Native 日期选择器和日历组件,适用于 iOS 和 Android。最下面附带截图 https://github.com/lchenfox/react-native-common-date-picker 安装: yarn add react-native-commo 阅读全文
posted @ 2022-09-06 18:31 龙卷风吹毁停车场 阅读(917) 评论(0) 推荐(0)
摘要: import React, {Component} from 'react'; import {Text, View, TouchableOpacity} from 'react-native'; export default class Parent extends Component { onR 阅读全文
posted @ 2022-09-05 17:58 龙卷风吹毁停车场 阅读(123) 评论(0) 推荐(0)
摘要: 父组件 class 类组件, 关键代码我用红色部部分标记 import React from "react"; import { View,Text} from "react-native"; import HomeModalChilder from "../../components/homeMo 阅读全文
posted @ 2022-09-02 18:22 龙卷风吹毁停车场 阅读(223) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页