摘要: const handleWechatQRCodeHeight = () => { const { wechatQRCode } = getAdminInfo() Image.getSize(wechatQRCode, (width, height) => { let wechatQRCodeHeig 阅读全文
posted @ 2023-08-14 14:56 徐同保 阅读(12) 评论(0) 推荐(0) 编辑
摘要: import { StyleSheet } from 'react-native' const styles = StyleSheet.create({ mExchangeCopyText: {fontWeight: 'bold', color: '#1677ff', textDecorationL 阅读全文
posted @ 2023-08-14 14:02 徐同保 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 装包: npx expo install expo-clipboard import * as Clipboard from 'expo-clipboard' const handleCopy = async (text) => { await Clipboard.setStringAsync(te 阅读全文
posted @ 2023-08-14 14:00 徐同保 阅读(2) 评论(0) 推荐(0) 编辑