摘要: 父组件 class 类组件, 关键代码我用红色部部分标记 import React from "react"; import { View,Text} from "react-native"; import HomeModalChilder from "../../components/homeMo 阅读全文
posted @ 2022-09-02 18:22 龙卷风吹毁停车场 阅读(219) 评论(0) 推荐(0)
摘要: 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 龙卷风吹毁停车场 阅读(246) 评论(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 龙卷风吹毁停车场 阅读(128) 评论(0) 推荐(0)
摘要: github 官方地址: https://github.com/magicismight/react-native-root-toast 安装: npm install react-native-root-toast 详细使用参考文档 阅读全文
posted @ 2022-09-02 14:31 龙卷风吹毁停车场 阅读(16) 评论(0) 推荐(0)