上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 44 下一页
摘要: github地址: https://github.com/SrBrahma/react-native-shadow-2安装: yarn add react-native-svg react-native-shadow-2 使用: import { Shadow } from 'react-nativ 阅读全文
posted @ 2022-09-02 14:44 龙卷风吹毁停车场 阅读(250) 评论(0) 推荐(0)
摘要: 安装依赖 mobx 核心库 mobx-react 方便在react中使用mobx技术的库 @babel/plugin-proposal-decorators 让rn项目支持es7的装饰器语法 安装: yarn add mobx mobx-react @babel/plugin-proposal-de 阅读全文
posted @ 2022-09-02 14:37 龙卷风吹毁停车场 阅读(131) 评论(0) 推荐(0)
摘要: github 官方地址: https://github.com/magicismight/react-native-root-toast 安装: npm install react-native-root-toast 详细使用参考文档 阅读全文
posted @ 2022-09-02 14:31 龙卷风吹毁停车场 阅读(18) 评论(0) 推荐(0)
摘要: 自定义的格式如代码中所示: require不能放在标签上 ListImage=()=>{ let ImageDate = [ { url: require('../../assets/temporaryAvatar/Ellipse.png') } ] return( <View> { Object. 阅读全文
posted @ 2022-08-31 16:26 龙卷风吹毁停车场 阅读(125) 评论(0) 推荐(0)
摘要: github:https://github.com/react-native-svg/react-native-svg安装: yarn add react-native-svg@12.4.4 react-native-svg-uri 注意: 如果运行 yarn android 报错 Task :re 阅读全文
posted @ 2022-08-30 18:33 龙卷风吹毁停车场 阅读(306) 评论(0) 推荐(0)
摘要: 父组件,将this.props.navigation.navigate传入到子组件中 <CodeField push={this.props.navigation.navigate}></CodeField> 子组件,使用this.props.push('Home')来跳转 this.props.p 阅读全文
posted @ 2022-08-29 22:26 龙卷风吹毁停车场 阅读(45) 评论(0) 推荐(0)
摘要: yarn add react-native-confirmation-code-field 文档地址: https://www.npmjs.com/package/react-native-confirmation-code-field import React, {Component} from 阅读全文
posted @ 2022-08-29 21:20 龙卷风吹毁停车场 阅读(99) 评论(0) 推荐(0)
摘要: class类组件 父 <THButton clickPress={()=>alert(1)} style={{borderRadius: 20}}>获取验证码</THButton> btnSubimt=()=>{ alert(11) } 子 <TouchableOpacity onPress={th 阅读全文
posted @ 2022-08-29 14:29 龙卷风吹毁停车场 阅读(154) 评论(0) 推荐(0)
摘要: 默认情况下android是不支持gif和webp格式的,你需要在android/app/build.gradle 文件中根据需要手动添加以下模块 阅读全文
posted @ 2022-08-29 14:22 龙卷风吹毁停车场 阅读(168) 评论(0) 推荐(0)
摘要: 使用前先关闭debugger模式关闭谷歌,在打开调试工具,然后再打开debugger 1.使用谷歌浏览器来调试 不能查看标签结构 不能查看网络请求 2.使用rn推荐的工具react-native-debugger来调试 https://github.com/jhen0409/react-native 阅读全文
posted @ 2022-08-29 14:20 龙卷风吹毁停车场 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 44 下一页