240 发简信
IP属地:北京
  • 标题 详情

    、、开关 开关需要两个属性 value 开关状态, onvaluechange获取开关状态 {this.state.data && (...

  • 网络请求

    public interface MyServer { public String URL="http://api.shujuzhihui....

  • 底部导航栏属性解析

    const BottomNav = createBottomTabNavigator( { Shouye: { screen: Sh...

  • 如何显示HTML

    //标题 static navigationOptions = ({ navigation }) => { return { tit...

  • AsyncStorage数据保存解析

    export default class Zhuxiao extends Component { constructor(props) { ...

  • Rn AsyncStorage数据保存

    export default class Zhuxiao extends Component { constructor(props) { ...

  • RN跳转详情页面,用HTML显示

    import React, { Component } from "react"; import { View, Text, ScrollVie...

  • RN 网络请求,

    componentDidMount() { this.getFirst(); } //上拉加载 getFirst = () => { ...