摘要: Index.js: import React from 'react' import { View, Text, ScrollView, Image, Modal, TouchableWithoutFeedback, } from 'react-native' import useList from 阅读全文
posted @ 2023-08-04 14:45 徐同保 阅读(74) 评论(0) 推荐(0)
摘要: import { Dimensions } from 'react-native' console.log('Dimensions', Dimensions.get('window')) 参考链接: https://www.reactnative.cn/docs/next/dimensions#%E 阅读全文
posted @ 2023-08-04 14:03 徐同保 阅读(32) 评论(0) 推荐(0)
摘要: mMeArrowIcon: {fontSize: 30, color: '#999', transform: [{rotate: '180deg'}]}, <Icon name="arrow" style={styles.mMeArrowIcon}></Icon> 参考链接: https://rea 阅读全文
posted @ 2023-08-04 13:56 徐同保 阅读(25) 评论(0) 推荐(0)
摘要: <Text style={styles.mMeNickname} ellipsizeMode="tail" numberOfLines={1} > {userInfo.nickname} </Text> 参考链接: https://www.reactnative.cn/docs/text#ellip 阅读全文
posted @ 2023-08-04 13:29 徐同保 阅读(46) 评论(0) 推荐(0)