随笔分类 -  React-native

摘要:import React, { Component } from 'react'; import { Text } from 'react-native'; export default class MoreContainer extends Component { render() { return ( MoreContainer ) } } ... 阅读全文
posted @ 2019-07-24 16:25 ThisCall 阅读(669) 评论(0) 推荐(0) 编辑
摘要:安装模块 阅读全文
posted @ 2019-07-16 18:01 ThisCall 阅读(109) 评论(0) 推荐(0) 编辑
摘要:http://www.360doc.com/content/16/0711/23/34978982_574835465.shtml 阅读全文
posted @ 2019-07-08 10:00 ThisCall 阅读(134) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/zeping891103/article/details/85860149 (copy VSCode是一款代码编辑器,是微软的产品,这款编辑器非常受欢迎的一个原因是它支持很多插件,当然也包括RN开发的插件。VSCode的下载页是:https://code. 阅读全文
posted @ 2019-07-05 16:00 ThisCall 阅读(147) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/skylor/p/5783824.html 阅读全文
posted @ 2019-07-03 11:58 ThisCall 阅读(145) 评论(0) 推荐(0) 编辑
摘要:cover比较安全 cover模式只求在显示比例不失真的情况下填充整个显示区域。可以对图片进行放大或者缩小,超出显示区域的部分不显示, 也就是说,图片可能部分会显示不了。contain模式是要求显示整张图片, 可以对它进行等比缩小, 图片会显示完整,可能会露出Image控件的底色。 如果图片宽高都小 阅读全文
posted @ 2019-07-02 15:36 ThisCall 阅读(3056) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/ab7eb90034fd 阅读全文
posted @ 2019-07-02 11:15 ThisCall 阅读(606) 评论(0) 推荐(0) 编辑
摘要:React Native 项目常用第三方组件汇总 https://www.jianshu.com/p/d9cd9a868764?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation 阅读全文
posted @ 2019-07-01 14:42 ThisCall 阅读(168) 评论(0) 推荐(0) 编辑
摘要:https://github.com/liyinglihuannan/react-native-swiper https://www.jianshu.com/p/4dba338ef37a(中文版 阅读全文
posted @ 2019-07-01 13:43 ThisCall 阅读(282) 评论(0) 推荐(0) 编辑
摘要:调用this.setState({}),如果数据改变了,rander()就行执行 阅读全文
posted @ 2019-06-28 17:42 ThisCall 阅读(289) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/379aecebb1dc(copy 阅读全文
posted @ 2019-06-28 16:49 ThisCall 阅读(378) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/4a72211831ef 配置好adb的环境变量 新建 ADB_MY_HOME C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools 然后加入path %ADB_MY_HOM 阅读全文
posted @ 2019-06-28 12:48 ThisCall 阅读(1812) 评论(0) 推荐(0) 编辑
摘要:配置Android的SDK 阅读全文
posted @ 2019-06-27 10:11 ThisCall 阅读(129) 评论(0) 推荐(0) 编辑
摘要:https://reactnative.cn/docs/next/getting-started.html 看到 安装 Android Studio 安装 Android Studio http://www.android-studio.org/ 1. 安装Android studio之前,要先安装 阅读全文
posted @ 2019-06-24 14:55 ThisCall 阅读(930) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示