01 2019 档案
摘要:react-native init的时候出现问题:npm WARN React-native@0.35.0 requires a peer of react@~15.3.1 but none was 2017年12月05日 10:23:35 笨笨CEO 阅读数:4625 标签: react nati
阅读全文
摘要:import React, { Component } from "react"; //import PostItem from "./PostItem"; /**将无状态组件 嵌入 */ function PostItem(props) { const handleClick = () => {
阅读全文