上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 88 下一页
摘要: 装包: yarn add native-base expo install react-native-svg@12.1.1 Index.js: import React from 'react' import { View, Text } from 'react-native' import use 阅读全文
posted @ 2023-08-13 10:53 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: router/config.js: import Login from '../views/light/login/Login' import Register from '../views/light/register/Index' import ForgetPassword from '../v 阅读全文
posted @ 2023-08-08 17:28 徐同保 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 装包: yarn add @react-navigation/material-top-tabs react-native-tab-view npx expo install react-native-pager-view import React from 'react' import { Vie 阅读全文
posted @ 2023-08-08 16:39 徐同保 阅读(14) 评论(0) 推荐(0) 编辑
摘要: --disable-web-security --user-data-dir=C:\MyChromeDevUserData "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --u 阅读全文
posted @ 2023-08-08 15:26 徐同保 阅读(26) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docum 阅读全文
posted @ 2023-08-07 17:32 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 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 徐同保 阅读(43) 评论(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 徐同保 阅读(16) 评论(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 徐同保 阅读(8) 评论(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 徐同保 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 本组件用于解决一个常见的尴尬问题:手机上弹出的键盘常常会挡住当前的视图。本组件可以自动根据键盘的高度,调整自身的 height 或底部的 padding,以避免被遮挡。 <KeyboardAvoidingView behavior={Platform.OS == 'ios' ? 'padding' 阅读全文
posted @ 2023-07-31 09:02 徐同保 阅读(80) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 88 下一页