摘要: import { Platform} from 'react-native'; {Platform.OS} 阅读全文
posted @ 2020-03-06 16:05 帖子搬运工 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 调用直接通过 styles.mainViewStyle.***; 更多布局属性到官方网站查看 https://reactnative.cn/docs/0.42/layout-with-flexbox.html 阅读全文
posted @ 2020-03-06 15:58 帖子搬运工 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 首先引入组件 import {Dimensions} from 'react-native'; {Dimensions.get('window').width+'\n'} {Dimensions.get('window').height+'\n'} {Dimensions.get('window') 阅读全文
posted @ 2020-03-06 15:57 帖子搬运工 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 项目目录下 npx react-native run-android 阅读全文
posted @ 2020-03-06 14:36 帖子搬运工 阅读(88) 评论(0) 推荐(0) 编辑
摘要: npm root -g 到这个目录下查看 阅读全文
posted @ 2020-03-06 14:14 帖子搬运工 阅读(188) 评论(0) 推荐(0) 编辑