Navigation

    论坛 - React Native中文社区

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

    Topics created by nfq6612

    • nfq6612

      react-native android热更新详解----增加进度条
      分享 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      22
      Views

      No one has replied

    • nfq6612

      有人升级到rn6.0了吗
      讨论区 • • nfq6612  

      10
      0
      Votes
      10
      Posts
      1295
      Views

      U

      @jncinet npm clean cache --force把缓存清理一下试试
    • nfq6612

      android运行编译报错AAPT: error: resource android:attr/ttcIndex not found.
      讨论区 • • nfq6612  

      10
      0
      Votes
      10
      Posts
      1933
      Views

      Lunziyuan

      解决了这个问题之后,我的项目在andorid设备上只要一渲染Switch组件,就会闪退,连错误信息都没有,ios设备正常,有遇到类似问题都小伙伴么
    • nfq6612

      <Image/>能显示sd路径中的图片吗
      讨论区 • • nfq6612  

      3
      0
      Votes
      3
      Posts
      1397
      Views

      C

      你需要react-native-fs
    • nfq6612

      Could not debug. Error while executing commandRN启动调试报错
      讨论区 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      830
      Views

      No one has replied

    • nfq6612

      百里加急!!!FlatList 在IOS端可以禁止滑动 吗
      求助专区 • • nfq6612  

      2
      0
      Votes
      2
      Posts
      1042
      Views

      B

      bounces When true, the scroll view bounces when it reaches the end of the content if the content is larger then the scroll view along the axis of the scroll direction. When false, it disables all bouncing even if the alwaysBounce* props are true. The default value is true.
    • nfq6612

      RN-Demos\Demo6 报错
      讨论区 • • nfq6612  

      2
      0
      Votes
      2
      Posts
      1009
      Views

      H

      PropTypes已经拆分到单独的依赖中去了。 import PropTypes from 'prop-types';
    • nfq6612

      TextInput 文字滚动问题
      求助专区 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      766
      Views

      No one has replied

    • nfq6612

      FlatList 的 scrollToIndex 滚动到顶部有问题!
      求助专区 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      1313
      Views

      No one has replied

    • nfq6612

      react-native新闻标签排序编辑功能
      分享 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      1215
      Views

      No one has replied

    • nfq6612

      PanResponder 手势识别系统和TouchableHighlight 能一起混用吗?
      讨论区 • • nfq6612  

      2
      0
      Votes
      2
      Posts
      957
      Views

      C

      手势就可以支持其他触摸事件 不需要再用Touckable
    • nfq6612

      react-native 有读写二进制数据(图片,音频)的组件吗?
      求助专区 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      933
      Views

      No one has replied

    • nfq6612

      TouchableHighlight点击和长按事件冲突问题
      求助专区 • • nfq6612  

      3
      0
      Votes
      3
      Posts
      1677
      Views

      nfq6612

      @easonWx 说: TouchableWithoutFeedback 已经好了,调试模式下就出这个问题,非调试模式就好了
    • nfq6612

      ‘’正在加载‘’或‘’正在登陆中‘’的覆盖层界面怎么制作?
      讨论区 • • nfq6612  

      3
      0
      Votes
      3
      Posts
      1415
      Views

      M

      Modal 这个组件可以帮你实现
    • nfq6612

      动态生产的TextInput文字内容怎么却分开来
      求助专区 • • nfq6612  

      4
      0
      Votes
      4
      Posts
      1483
      Views

      nfq6612

      点击事件(onPress)改成手势系统(...this._panResponder.panHandlers)又怎么传参数? const boxes = this.state.days.map((elem, index) => { let top = Math.floor(index / 4) * this._width; let left = (index % 4) * this._width; return ( <View ref={'box' + index} {...this._panResponder.panHandlers} key={elem.key} style={[styles.touchBox, { top, left }]} underlayColor="#eee" > <View style={styles.boxContainer}> <Text style={styles.boxText}>Day{index + 1}</Text> {elem.isFA ? ( <IconFA size={elem.size} name={elem.icon} style={[styles.boxIcon, { color: elem.color }]} /> ) : ( <Icon size={elem.size} name={elem.icon} style={[styles.boxIcon, { color: elem.color }]} /> )} </View> </View> ); });
    • nfq6612

      VScode调试不了
      求助专区 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      776
      Views

      No one has replied

    • nfq6612

      FlatList列表的模板能再添加TouchableHighlight点击事件吗
      求助专区 • • nfq6612  

      6
      0
      Votes
      6
      Posts
      2025
      Views

      nfq6612

      @XiaoJiangMa 好了,谢谢!我也是5分钟才能发表
    • nfq6612

      网上下载的代码运行报错
      求助专区 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      734
      Views

      No one has replied

    • nfq6612

      重新编译问题?
      求助专区 • • nfq6612  

      1
      0
      Votes
      1
      Posts
      1069
      Views

      No one has replied

    • nfq6612

      创建项目报错,一直停在这里?
      求助专区 • • nfq6612  

      2
      0
      Votes
      2
      Posts
      854
      Views

      晴明

      换淘宝源,字数补丁