Navigation

    论坛 - React Native中文社区

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Search
    1. Home
    2. SPCXC
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by SPCXC

    • RE: 各位大佬,小弟萌新有问题请教

      async componentDidMount(){
      let url='https://www.baidu.com';
      let ids=await fetch(${url});
      let data=await fetch(${url},ids);
      this.setState({data});
      }

      posted in 讨论区
      SPCXC
      SPCXC
    • RN的旋转木马实现

      有人使用RN 实现过旋转木马的功能么,主要不知道transform-style 这个功能如和实现,或者有什么解决方案

      posted in 求助专区
      SPCXC
      SPCXC
    • 字体渐变色 如何设置

      react-native-linear-gradient 只能实现背景的渐变色
      如何可以让Text组件有渐变色

      posted in 求助专区
      SPCXC
      SPCXC